#B596FC

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

Shades of Biloba Flower #B596FC

Tints of Biloba Flower #B596FC

Color information

#B596FC (or 0xB596FC) is unknown color: approx Biloba Flower. HEX triplet: B5, 96 and FC. RGB value is (181,150,252). Sum of RGB (Red+Green+Blue) = 181+150+252=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #B596FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B596FC is #4A6903. Grayscale: #AAAAAA. Windows color (decimal): -4876548 or 16553653. OLE color: 16553653.

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

Color convert

RGB181150252-
CMYK0.280.4000.01
HSL258.24º94.44%78.82%-
HSV(B)258.24º40.48%98.82%-
XYZ47.5338.6697.05-
YUV170.9173.77135.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.05%
GREEN value IS 150 (58.98% from 255) = 25.73%
BLUE value IS 252 (98.83% from 255) = 43.22%
R=31.05%
G=25.73%
B=43.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811502520.280.4000.01258.2494.4478.82
HexB596FC1C28011025e4f
Octal265226374345001402136117
Binary101101011001011011111100111001010000110000001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596FC; }

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

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

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

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

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

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

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

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