#B397F1

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

Shades of Biloba Flower #B397F1

Tints of Biloba Flower #B397F1

Color information

#B397F1 (or 0xB397F1) is unknown color: approx Biloba Flower. HEX triplet: B3, 97 and F1. RGB value is (179,151,241). Sum of RGB (Red+Green+Blue) = 179+151+241=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 151 (59.38% from 255 or 26.44% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #B397F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B397F1 is #4C680E. Grayscale: #A9A9A9. Windows color (decimal): -5007375 or 15833011. OLE color: 15833011.

HSL color Cylindrical-coordinate representation of color #B397F1: hue angle of 258.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B397F1 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB179151241-
CMYK0.260.3700.05
HSL258.67º76.27%76.86%-
HSV(B)258.67º37.34%94.51%-
XYZ45.5338.0788.17-
YUV169.63168.28134.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 151 (59.38% from 255) = 26.44%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=31.35%
G=26.44%
B=42.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1791512410.260.3700.05258.6776.2776.86
HexB397F11A25051034c4d
Octal263227361324505403114115
Binary10110011100101111111000111010100101010110000001110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397F1; }

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

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

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

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

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

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

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

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