#B198F4

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

Shades of Biloba Flower #B198F4

Tints of Biloba Flower #B198F4

Color information

#B198F4 (or 0xB198F4) is unknown color: approx Biloba Flower. HEX triplet: B1, 98 and F4. RGB value is (177,152,244). Sum of RGB (Red+Green+Blue) = 177+152+244=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 244 (95.70% from 255 or 42.58% from 573); Max value from RGB is 244 - color contains mainly: blue. Hex color #B198F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198F4 is #4E670B. Grayscale: #A9A9A9. Windows color (decimal): -5138188 or 16029873. OLE color: 16029873.

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

Color convert

RGB177152244-
CMYK0.270.3800.04
HSL256.3º80.7%77.65%-
HSV(B)256.3º37.7%95.69%-
XYZ45.6938.3490.58-
YUV169.96169.78133.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.89%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 244 (95.70% from 255) = 42.58%
R=30.89%
G=26.53%
B=42.58%

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
Decimal1771522440.270.3800.04256.380.777.65
HexB198F41B2604100514e
Octal261230364334604400121116
Binary10110001100110001111010011011100110010010000000010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B198F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B198F4; }

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

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

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

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

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

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

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

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