#B397F6

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

Shades of Biloba Flower #B397F6

Tints of Biloba Flower #B397F6

Color information

#B397F6 (or 0xB397F6) is unknown color: approx Biloba Flower. HEX triplet: B3, 97 and F6. RGB value is (179,151,246). Sum of RGB (Red+Green+Blue) = 179+151+246=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #B397F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397F6 is #4C6809. Grayscale: #A9A9A9. Windows color (decimal): -5007370 or 16160691. OLE color: 16160691.

HSL color Cylindrical-coordinate representation of color #B397F6: hue angle of 257.68º 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 #B397F6 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179151246-
CMYK0.270.3900.04
HSL257.68º84.07%77.84%-
HSV(B)257.68º38.62%96.47%-
XYZ46.2938.3792.16-
YUV170.2170.78134.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 151 (59.38% from 255) = 26.22%
BLUE value IS 246 (96.48% from 255) = 42.71%
R=31.08%
G=26.22%
B=42.71%

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
Decimal1791512460.270.3900.04257.6884.0777.84
HexB397F61B2704102544e
Octal263227366334704402124116
Binary10110011100101111111011011011100111010010000001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397F6; }

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

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

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

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

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

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

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

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