#B596D8

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

Shades of Biloba Flower #B596D8

Tints of Biloba Flower #B596D8

Color information

#B596D8 (or 0xB596D8) is unknown color: approx Biloba Flower. HEX triplet: B5, 96 and D8. RGB value is (181,150,216). Sum of RGB (Red+Green+Blue) = 181+150+216=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #B596D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596D8 is #4A6927. Grayscale: #A6A6A6. Windows color (decimal): -4876584 or 14194357. OLE color: 14194357.

HSL color Cylindrical-coordinate representation of color #B596D8: hue angle of 268.18º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B596D8 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181150216-
CMYK0.160.3100.15
HSL268.18º45.83%71.76%-
HSV(B)268.18º30.56%84.71%-
XYZ42.3636.5969.8-
YUV166.79155.77138.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 150 (58.98% from 255) = 27.42%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=33.09%
G=27.42%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811502160.160.3100.15268.1845.8371.76
HexB596D8101F0F10c2e48
Octal265226330203701741456110
Binary1011010110010110110110001000011111011111000011001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596D8; }

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

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

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

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

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

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

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

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