Shades of Biloba Flower #B192CB
Tints of Biloba Flower #B192CB
RGB
CMYK
RGB Variations
Color information
#B192CB (or 0xB192CB) is known color: Biloba Flower. HEX triplet: B1, 92 and CB. RGB value is (177,146,203). Sum of RGB (Red+Green+Blue) = 177+146+203=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #B192CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192CB is #4E6D34. Grayscale: #A1A1A1. Windows color (decimal): -5139765 or 13341361. OLE color: 13341361.
HSL color Cylindrical-coordinate representation of color #B192CB: hue angle of 272.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B192CB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 146 | 203 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.20 |
| HSL | 272.63º | 0.35% | 0.68% | - |
| HSV(B) | 272.63º | 0.28% | 0.8% | - |
| XYZ | 39.19 | 34.22 | 61.04 | - |
| YUV | 161.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 203 | 0.13 | 0.28 | 0 | 0.20 | 272.63 | 0.35 | 0.68 |
| Hex | B1 | 92 | CB | D | 1C | 0 | 14 | 111 | 23 | 44 |
| Octal | 261 | 222 | 313 | 15 | 34 | 0 | 24 | 421 | 43 | 104 |
| Binary | 10110001 | 10010010 | 11001011 | 1101 | 11100 | 0 | 10100 | 100010001 | 100011 | 1000100 |
Color Harmonies of #B192CB
Complementary color
Monochromatic Colors of #B192CB
Black with #B192CB
Text Example
Text Example
White with #B192CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192CB; }
p { color: rgb(177,146,203); }
H1.HeaderClassName
{
color: #B192CB;
}
.AnyTagClassName
{
color: #B192CB;
}
</style>
background-color css
<style>
a { background-color: #B192CB; }
a { background-color: rgb(177,146,203); }
div.DivClassName
{
background-color: #B192CB;
}
.BgClassName
{
background-color: #B192CB;
}
</style>
border-color css
<style>
span { border-color: #B192CB; }
span { border-color: rgb(177,146,203); }
td.TdClassName
{
border-color: #B192CB;
}
.TagClassName
{
border-color: #B192CB;
}
</style>