#B396ED

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

Shades of Biloba Flower #B396ED

Tints of Biloba Flower #B396ED

Color information

#B396ED (or 0xB396ED) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and ED. RGB value is (179,150,237). Sum of RGB (Red+Green+Blue) = 179+150+237=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #B396ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396ED is #4C6912. Grayscale: #A8A8A8. Windows color (decimal): -5007635 or 15570611. OLE color: 15570611.

HSL color Cylindrical-coordinate representation of color #B396ED: hue angle of 260º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B396ED is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179150237-
CMYK0.240.3700.07
HSL260º70.73%75.88%-
HSV(B)260º36.71%92.94%-
XYZ44.7837.5185-
YUV168.59166.61135.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 150 (58.98% from 255) = 26.50%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=31.63%
G=26.50%
B=41.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791502370.240.3700.0726070.7375.88
HexB396ED182507104474c
Octal263226355304507404107114
Binary10110011100101101110110111000100101011110000010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396ED; }

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

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

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

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

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

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

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

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