#B585D6

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

Shades of Biloba Flower #B585D6

Tints of Biloba Flower #B585D6

Color information

#B585D6 (or 0xB585D6) is unknown color: approx Biloba Flower. HEX triplet: B5, 85 and D6. RGB value is (181,133,214). Sum of RGB (Red+Green+Blue) = 181+133+214=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #B585D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585D6 is #4A7A29. Grayscale: #9C9C9C. Windows color (decimal): -4880938 or 14058933. OLE color: 14058933.

HSL color Cylindrical-coordinate representation of color #B585D6: hue angle of 275.56º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B585D6 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181133214-
CMYK0.150.3800.16
HSL275.56º49.69%68.04%-
HSV(B)275.56º37.85%83.92%-
XYZ39.5831.4567.6-
YUV156.59160.4145.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 214 (83.98% from 255) = 40.53%
R=34.28%
G=25.19%
B=40.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811332140.150.3800.16275.5649.6968.04
HexB585D6F260101143244
Octal265205326174602042462104
Binary10110101100001011101011011111001100100001000101001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585D6; }

 p { color: rgb(181,133,214); }

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

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

 a { background-color: rgb(181,133,214); }

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

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

 span { border-color: rgb(181,133,214); }

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