#B197F4

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

Shades of Biloba Flower #B197F4

Tints of Biloba Flower #B197F4

Color information

#B197F4 (or 0xB197F4) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and F4. RGB value is (177,151,244). Sum of RGB (Red+Green+Blue) = 177+151+244=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 151 (59.38% from 255 or 26.40% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #B197F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197F4 is #4E680B. Grayscale: #A9A9A9. Windows color (decimal): -5138444 or 16029617. OLE color: 16029617.

HSL color Cylindrical-coordinate representation of color #B197F4: hue angle of 256.77º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B197F4 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB177151244-
CMYK0.270.3800.04
HSL256.77º80.87%77.45%-
HSV(B)256.77º38.11%95.69%-
XYZ45.5338.0190.53-
YUV169.38170.11133.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 151 (59.38% from 255) = 26.40%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=30.94%
G=26.40%
B=42.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1771512440.270.3800.04256.7780.8777.45
HexB197F41B2604101514d
Octal261227364334604401121115
Binary10110001100101111111010011011100110010010000000110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197F4; }

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

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

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

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

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

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

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

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