#B396CF

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

Shades of Biloba Flower #B396CF

Tints of Biloba Flower #B396CF

Color information

#B396CF (or 0xB396CF) is unknown color: approx Biloba Flower. HEX triplet: B3, 96 and CF. RGB value is (179,150,207). Sum of RGB (Red+Green+Blue) = 179+150+207=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #B396CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396CF is #4C6930. Grayscale: #A4A4A4. Windows color (decimal): -5007665 or 13604531. OLE color: 13604531.

HSL color Cylindrical-coordinate representation of color #B396CF: hue angle of 270.53º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B396CF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179150207-
CMYK0.140.2800.19
HSL270.53º37.25%70%-
HSV(B)270.53º27.54%81.18%-
XYZ40.7635.963.81-
YUV165.17151.61137.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 150 (58.98% from 255) = 27.99%
BLUE value IS 207 (81.25% from 255) = 38.62%
R=33.40%
G=27.99%
B=38.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791502070.140.2800.19270.5337.2570
HexB396CFE1C01310f2546
Octal263226317163402341745106
Binary1011001110010110110011111110111000100111000011111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B396CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B396CF; }

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

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

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

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

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

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

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

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