#B199F1

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

Shades of Biloba Flower #B199F1

Tints of Biloba Flower #B199F1

Color information

#B199F1 (or 0xB199F1) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and F1. RGB value is (177,153,241). Sum of RGB (Red+Green+Blue) = 177+153+241=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #B199F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199F1 is #4E660E. Grayscale: #A9A9A9. Windows color (decimal): -5137935 or 15833521. OLE color: 15833521.

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

Color convert

RGB177153241-
CMYK0.270.3700.05
HSL256.36º75.86%77.25%-
HSV(B)256.36º36.51%94.51%-
XYZ45.438.4888.25-
YUV170.21167.95132.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 153 (60.16% from 255) = 26.80%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=31.00%
G=26.80%
B=42.21%

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
Decimal1771532410.270.3700.05256.3675.8677.25
HexB199F11B25051004c4d
Octal261231361334505400114115
Binary10110001100110011111000111011100101010110000000010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199F1; }

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

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

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

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

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

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

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

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