#B197F7

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

Shades of Biloba Flower #B197F7

Tints of Biloba Flower #B197F7

Color information

#B197F7 (or 0xB197F7) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and F7. RGB value is (177,151,247). Sum of RGB (Red+Green+Blue) = 177+151+247=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 247 - color contains mainly: blue. Hex color #B197F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197F7 is #4E6808. Grayscale: #A9A9A9. Windows color (decimal): -5138441 or 16226225. OLE color: 16226225.

HSL color Cylindrical-coordinate representation of color #B197F7: hue angle of 256.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B197F7 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB177151247-
CMYK0.280.3900.03
HSL256.25º85.71%78.04%-
HSV(B)256.25º38.87%96.86%-
XYZ45.9938.292.94-
YUV169.72171.61133.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.78%
GREEN value IS 151 (59.38% from 255) = 26.26%
BLUE value IS 247 (96.88% from 255) = 42.96%
R=30.78%
G=26.26%
B=42.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1771512470.280.3900.03256.2585.7178.04
HexB197F71C2703100564e
Octal261227367344703400126116
Binary1011000110010111111101111110010011101110000000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197F7; }

 p { color: rgb(177,151,247); }

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

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

 a { background-color: rgb(177,151,247); }

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

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

 span { border-color: rgb(177,151,247); }

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