#B396FF

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

Shades of Biloba Flower #B396FF

Tints of Biloba Flower #B396FF

Color information

#B396FF (or 0xB396FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and FF. RGB value is (179,150,255). Sum of RGB (Red+Green+Blue) = 179+150+255=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B396FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396FF is #4C6900. Grayscale: #AAAAAA. Windows color (decimal): -5007617 or 16750259. OLE color: 16750259.

HSL color Cylindrical-coordinate representation of color #B396FF: hue angle of 256.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B396FF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179150255-
CMYK0.300.4100
HSL256.57º100%79.41%-
HSV(B)256.57º41.18%100%-
XYZ47.5538.6299.56-
YUV170.64175.61133.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.65%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 255 (100% from 255) = 43.66%
R=30.65%
G=25.68%
B=43.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791502550.300.4100256.5710079.41
HexB396FF1E2900101644f
Octal263226377365100401144117
Binary101100111001011011111111111101010010010000000111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396FF; }

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

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

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

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

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

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

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

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