#B396F6

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

Shades of Biloba Flower #B396F6

Tints of Biloba Flower #B396F6

Color information

#B396F6 (or 0xB396F6) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and F6. RGB value is (179,150,246). Sum of RGB (Red+Green+Blue) = 179+150+246=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #B396F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396F6 is #4C6909. Grayscale: #A9A9A9. Windows color (decimal): -5007626 or 16160435. OLE color: 16160435.

HSL color Cylindrical-coordinate representation of color #B396F6: hue angle of 258.12º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B396F6 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179150246-
CMYK0.270.3900.04
HSL258.12º84.21%77.65%-
HSV(B)258.12º39.02%96.47%-
XYZ46.1338.0592.1-
YUV169.62171.11134.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 246 (96.48% from 255) = 42.78%
R=31.13%
G=26.09%
B=42.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791502460.270.3900.04258.1284.2177.65
HexB396F61B2704102544e
Octal263226366334704402124116
Binary10110011100101101111011011011100111010010000001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396F6; }

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

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

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

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

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

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

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

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