#B396F2

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

Shades of Biloba Flower #B396F2

Tints of Biloba Flower #B396F2

Color information

#B396F2 (or 0xB396F2) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and F2. RGB value is (179,150,242). Sum of RGB (Red+Green+Blue) = 179+150+242=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #B396F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396F2 is #4C690D. Grayscale: #A8A8A8. Windows color (decimal): -5007630 or 15898291. OLE color: 15898291.

HSL color Cylindrical-coordinate representation of color #B396F2: hue angle of 258.91º 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 #B396F2 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179150242-
CMYK0.260.3800.05
HSL258.91º77.97%76.86%-
HSV(B)258.91º38.02%94.9%-
XYZ45.5237.8188.9-
YUV169.16169.11135.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 150 (58.98% from 255) = 26.27%
BLUE value IS 242 (94.92% from 255) = 42.38%
R=31.35%
G=26.27%
B=42.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791502420.260.3800.05258.9177.9776.86
HexB396F21A26051034e4d
Octal263226362324605403116115
Binary10110011100101101111001011010100110010110000001110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396F2; }

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

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

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

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

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

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

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

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