Shades of Biloba Flower #B191CE
Tints of Biloba Flower #B191CE
RGB
CMYK
RGB Variations
Color information
#B191CE (or 0xB191CE) is known color: Biloba Flower. HEX triplet: B1, 91 and CE. RGB value is (177,145,206). Sum of RGB (Red+Green+Blue) = 177+145+206=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #B191CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B191CE is #4E6E31. Grayscale: #A1A1A1. Windows color (decimal): -5140018 or 13537713. OLE color: 13537713.
HSL color Cylindrical-coordinate representation of color #B191CE: hue angle of 271.48º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B191CE is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 145 | 206 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.19 |
| HSL | 271.48º | 0.38% | 0.69% | - |
| HSV(B) | 271.48º | 0.3% | 0.81% | - |
| XYZ | 39.4 | 34.05 | 62.89 | - |
| YUV | 161.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 206 | 0.14 | 0.30 | 0 | 0.19 | 271.48 | 0.38 | 0.69 |
| Hex | B1 | 91 | CE | E | 1E | 0 | 13 | 10F | 26 | 45 |
| Octal | 261 | 221 | 316 | 16 | 36 | 0 | 23 | 417 | 46 | 105 |
| Binary | 10110001 | 10010001 | 11001110 | 1110 | 11110 | 0 | 10011 | 100001111 | 100110 | 1000101 |
Color Harmonies of #B191CE
Complementary color
Monochromatic Colors of #B191CE
Black with #B191CE
Text Example
Text Example
White with #B191CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B191CE; }
p { color: rgb(177,145,206); }
H1.HeaderClassName
{
color: #B191CE;
}
.AnyTagClassName
{
color: #B191CE;
}
</style>
background-color css
<style>
a { background-color: #B191CE; }
a { background-color: rgb(177,145,206); }
div.DivClassName
{
background-color: #B191CE;
}
.BgClassName
{
background-color: #B191CE;
}
</style>
border-color css
<style>
span { border-color: #B191CE; }
span { border-color: rgb(177,145,206); }
td.TdClassName
{
border-color: #B191CE;
}
.TagClassName
{
border-color: #B191CE;
}
</style>