#B397FF

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

Shades of Biloba Flower #B397FF

Tints of Biloba Flower #B397FF

Color information

#B397FF (or 0xB397FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 97 and FF. RGB value is (179,151,255). Sum of RGB (Red+Green+Blue) = 179+151+255=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B397FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397FF is #4C6800. Grayscale: #AAAAAA. Windows color (decimal): -5007361 or 16750515. OLE color: 16750515.

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

Color convert

RGB179151255-
CMYK0.300.4100
HSL256.15º100%79.61%-
HSV(B)256.15º40.78%100%-
XYZ47.7138.9499.61-
YUV171.23175.28133.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 255 (100% from 255) = 43.59%
R=30.60%
G=25.81%
B=43.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791512550.300.4100256.1510079.61
HexB397FF1E29001006450
Octal263227377365100400144120
Binary101100111001011111111111111101010010010000000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397FF; }

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

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

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

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

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

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

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

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