#B492DA

Color #B492DA Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B492DA

Tints of Biloba Flower #B492DA

Color information

#B492DA (or 0xB492DA) is unknown color: approx 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

RGB180146218-
CMYK0.170.3300.15
HSL268.33º49.32%71.37%-
HSV(B)268.33º33.03%85.49%-
XYZ41.7635.3270.95-
YUV164.37158.26139.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% 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 (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801462180.170.3300.15268.3349.3271.37
HexB492DA11210F10c3147
Octal264222332214101741461107
Binary10110100100100101101101010001100001011111000011001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B492DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>