#B596DA

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

Shades of Biloba Flower #B596DA

Tints of Biloba Flower #B596DA

Color information

#B596DA (or 0xB596DA) is unknown color: approx Biloba Flower. HEX triplet: B5, 96 and DA. RGB value is (181,150,218). Sum of RGB (Red+Green+Blue) = 181+150+218=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #B596DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B596DA is #4A6925. Grayscale: #A6A6A6. Windows color (decimal): -4876582 or 14325429. OLE color: 14325429.

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

Color convert

RGB181150218-
CMYK0.170.3100.15
HSL267.35º47.89%72.16%-
HSV(B)267.35º31.19%85.49%-
XYZ42.6236.771.17-
YUV167.02156.77137.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 218 (85.55% from 255) = 39.71%
R=32.97%
G=27.32%
B=39.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811502180.170.3100.15267.3547.8972.16
HexB596DA111F0F10b3048
Octal265226332213701741360110
Binary1011010110010110110110101000111111011111000010111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596DA; }

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

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

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

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

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

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

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

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