#B596FB

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

Shades of Biloba Flower #B596FB

Tints of Biloba Flower #B596FB

Color information

#B596FB (or 0xB596FB) is unknown color: approx Biloba Flower. HEX triplet: B5, 96 and FB. RGB value is (181,150,251). Sum of RGB (Red+Green+Blue) = 181+150+251=582 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.10% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #B596FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B596FB is #4A6904. Grayscale: #AAAAAA. Windows color (decimal): -4876549 or 16488117. OLE color: 16488117.

HSL color Cylindrical-coordinate representation of color #B596FB: hue angle of 258.42º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B596FB is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181150251-
CMYK0.280.4000.02
HSL258.42º92.66%78.63%-
HSV(B)258.42º40.24%98.43%-
XYZ47.3738.696.22-
YUV170.78173.27135.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.10%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=31.10%
G=25.77%
B=43.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811502510.280.4000.02258.4292.6678.63
HexB596FB1C28021025d4f
Octal265226373345002402135117
Binary1011010110010110111110111110010100001010000001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596FB; }

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

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

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

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

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

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

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

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