Html Css Color HEX #B492DA Biloba Flower

📋 copy color: '#B492DA'

red 180 ◦ green 146 ◦ blue 218

#B492DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B492DA

Tints of Biloba Flower #B492DA

RGB

 RED value IS 180 (70.7% from 255) = 33.09%

 GREEN value IS 146 (57.42% from 255) = 26.84%

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 33.09%
G = 26.84%
B = 40.07%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B492DA (or 0xB492DA) is known color: Biloba Flower. HEX triplet: B4, 92 and DA. RGB value is (180,146,218). Sum of RGB (Red+Green+Blue) = 180+146+218=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B492DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492DA is #4B6D25. Grayscale: #A4A4A4. Windows color (decimal): -4943142 or 14324404. OLE color: 14324404.

HSL color Cylindrical-coordinate representation of color #B492DA: hue angle of 268.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B492DA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 146 218 -
CMYK 0.17 0.33 0 0.15
HSL 268.33º 0.49% 0.71% -
HSV(B) 268.33º 0.33% 0.85% -
XYZ 41.76 35.32 70.95 -
YUV 164.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 180 146 218 0.17 0.33 0 0.15 268.33 0.49 0.71
Hex B4 92 DA 11 21 0 F 10C 31 47
Octal 264 222 332 21 41 0 17 414 61 107
Binary 10110100 10010010 11011010 10001 100001 0 1111 100001100 110001 1000111

Color Harmonies of #B492DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B492DA

Black with #B492DA

Text Example


Text Example

White with #B492DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B492DA; }

 p { color: rgb(180,146,218); }

 H1.HeaderClassName
 {
   color: #B492DA;
 }
 .AnyTagClassName
 {
   color: #B492DA;
 }
</style>

background-color css

<style>
 a { background-color: #B492DA; }

 a { background-color: rgb(180,146,218); }

 div.DivClassName
 {
   background-color: #B492DA;
 }
 .BgClassName
 {
   background-color: #B492DA;
 }
</style>

border-color css

<style>
 span { border-color: #B492DA; }

 span { border-color: rgb(180,146,218); }

 td.TdClassName
 {
   border-color: #B492DA;
 }
 .TagClassName
 {
   border-color: #B492DA;
 }
</style>