#B592DA

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

Shades of Biloba Flower #B592DA

Tints of Biloba Flower #B592DA

Color information

#B592DA (or 0xB592DA) is unknown color: approx Biloba Flower. HEX triplet: B5, 92 and DA. RGB value is (181,146,218). Sum of RGB (Red+Green+Blue) = 181+146+218=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B592DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592DA is #4A6D25. Grayscale: #A4A4A4. Windows color (decimal): -4877606 or 14324405. OLE color: 14324405.

HSL color Cylindrical-coordinate representation of color #B592DA: hue angle of 269.17º 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 #B592DA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181146218-
CMYK0.170.3300.15
HSL269.17º49.32%71.37%-
HSV(B)269.17º33.03%85.49%-
XYZ41.9935.4470.96-
YUV164.67158.1139.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.21%
GREEN value IS 146 (57.42% from 255) = 26.79%
BLUE value IS 218 (85.55% from 255) = 40%
R=33.21%
G=26.79%
B=40%

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
Decimal1811462180.170.3300.15269.1749.3271.37
HexB592DA11210F10d3147
Octal265222332214101741561107
Binary10110101100100101101101010001100001011111000011011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592DA; }

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

 H1.HeaderClassName
 {
   color: #B592DA;
 }
 .AnyTagClassName
 {
   color: #B592DA;
 }
</style>
background-color css

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

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

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

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

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

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