#B197F1

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

Shades of Biloba Flower #B197F1

Tints of Biloba Flower #B197F1

Color information

#B197F1 (or 0xB197F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and F1. RGB value is (177,151,241). Sum of RGB (Red+Green+Blue) = 177+151+241=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #B197F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197F1 is #4E680E. Grayscale: #A8A8A8. Windows color (decimal): -5138447 or 15833009. OLE color: 15833009.

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

Color convert

RGB177151241-
CMYK0.270.3700.05
HSL257.33º76.27%76.86%-
HSV(B)257.33º37.34%94.51%-
XYZ45.0837.8388.15-
YUV169.03168.61133.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=31.11%
G=26.54%
B=42.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771512410.270.3700.05257.3376.2776.86
HexB197F11B25051014c4d
Octal261227361334505401114115
Binary10110001100101111111000111011100101010110000000110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197F1; }

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

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

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

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

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

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

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

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