#B586DF

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

Shades of Biloba Flower #B586DF

Tints of Biloba Flower #B586DF

Color information

#B586DF (or 0xB586DF) is unknown color: approx Biloba Flower. HEX triplet: B5, 86 and DF. RGB value is (181,134,223). Sum of RGB (Red+Green+Blue) = 181+134+223=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B586DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586DF is #4A7920. Grayscale: #9D9D9D. Windows color (decimal): -4880673 or 14649013. OLE color: 14649013.

HSL color Cylindrical-coordinate representation of color #B586DF: hue angle of 271.69º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B586DF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181134223-
CMYK0.190.4000.13
HSL271.69º58.17%70%-
HSV(B)271.69º39.91%87.45%-
XYZ40.932.273.87-
YUV158.2164.57144.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 134 (52.73% from 255) = 24.91%
BLUE value IS 223 (87.5% from 255) = 41.45%
R=33.64%
G=24.91%
B=41.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811342230.190.4000.13271.6958.1770
HexB586DF13280D1103a46
Octal265206337235001542072106
Binary10110101100001101101111110011101000011011000100001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B586DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B586DF; }

 p { color: rgb(181,134,223); }

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

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

 a { background-color: rgb(181,134,223); }

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

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

 span { border-color: rgb(181,134,223); }

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