#B197FE

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

Shades of Biloba Flower #B197FE

Tints of Biloba Flower #B197FE

Color information

#B197FE (or 0xB197FE) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and FE. RGB value is (177,151,254). Sum of RGB (Red+Green+Blue) = 177+151+254=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #B197FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197FE is #4E6801. Grayscale: #AAAAAA. Windows color (decimal): -5138434 or 16684977. OLE color: 16684977.

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

Color convert

RGB177151254-
CMYK0.300.4100.00
HSL255.15º98.1%79.41%-
HSV(B)255.15º40.55%99.61%-
XYZ47.0938.6498.74-
YUV170.52175.11132.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.41%
GREEN value IS 151 (59.38% from 255) = 25.95%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=30.41%
G=25.95%
B=43.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771512540.300.4100.00255.1598.179.41
HexB197FE1E2900ff624f
Octal261227376365100377142117
Binary10110001100101111111111011110101001001111111111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197FE; }

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

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

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

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

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

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

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

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