#B596F2

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

Shades of Biloba Flower #B596F2

Tints of Biloba Flower #B596F2

Color information

#B596F2 (or 0xB596F2) is unknown color: approx Biloba Flower. HEX triplet: B5, 96 and F2. RGB value is (181,150,242). Sum of RGB (Red+Green+Blue) = 181+150+242=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #B596F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B596F2 is #4A690D. Grayscale: #A9A9A9. Windows color (decimal): -4876558 or 15898293. OLE color: 15898293.

HSL color Cylindrical-coordinate representation of color #B596F2: hue angle of 260.22º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B596F2 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181150242-
CMYK0.250.3800.05
HSL260.22º77.97%76.86%-
HSV(B)260.22º38.02%94.9%-
XYZ45.9938.0588.92-
YUV169.76168.77136.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 150 (58.98% from 255) = 26.18%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=31.59%
G=26.18%
B=42.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811502420.250.3800.05260.2277.9776.86
HexB596F21926051044e4d
Octal265226362314605404116115
Binary10110101100101101111001011001100110010110000010010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B596F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B596F2; }

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

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

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

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

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

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

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

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