#B596D0

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

Shades of Biloba Flower #B596D0

Tints of Biloba Flower #B596D0

Color information

#B596D0 (or 0xB596D0) is unknown color: approx Biloba Flower. HEX triplet: B5, 96 and D0. RGB value is (181,150,208). Sum of RGB (Red+Green+Blue) = 181+150+208=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #B596D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596D0 is #4A692F. Grayscale: #A5A5A5. Windows color (decimal): -4876592 or 13670069. OLE color: 13670069.

HSL color Cylindrical-coordinate representation of color #B596D0: hue angle of 272.07º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B596D0 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181150208-
CMYK0.130.2800.18
HSL272.07º38.16%70.2%-
HSV(B)272.07º27.88%81.57%-
XYZ41.3536.1964.48-
YUV165.88151.77138.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=33.58%
G=27.83%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811502080.130.2800.18272.0738.1670.2
HexB596D0D1C0121102646
Octal265226320153402242046106
Binary1011010110010110110100001101111000100101000100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596D0; }

 p { color: rgb(181,150,208); }

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

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

 a { background-color: rgb(181,150,208); }

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

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

 span { border-color: rgb(181,150,208); }

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