Shades of Biloba Flower #B192DD
Tints of Biloba Flower #B192DD
RGB
CMYK
RGB Variations
Color information
#B192DD (or 0xB192DD) is known color: Biloba Flower. HEX triplet: B1, 92 and DD. RGB value is (177,146,221). Sum of RGB (Red+Green+Blue) = 177+146+221=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B192DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192DD is #4E6D22. Grayscale: #A3A3A3. Windows color (decimal): -5139747 or 14521009. OLE color: 14521009.
HSL color Cylindrical-coordinate representation of color #B192DD: hue angle of 264.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B192DD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 146 | 221 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.13 |
| HSL | 264.8º | 0.52% | 0.72% | - |
| HSV(B) | 264.8º | 0.34% | 0.87% | - |
| XYZ | 41.46 | 35.13 | 73 | - |
| YUV | 163.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 221 | 0.20 | 0.34 | 0 | 0.13 | 264.8 | 0.52 | 0.72 |
| Hex | B1 | 92 | DD | 14 | 22 | 0 | D | 109 | 34 | 48 |
| Octal | 261 | 222 | 335 | 24 | 42 | 0 | 15 | 411 | 64 | 110 |
| Binary | 10110001 | 10010010 | 11011101 | 10100 | 100010 | 0 | 1101 | 100001001 | 110100 | 1001000 |
Color Harmonies of #B192DD
Complementary color
Monochromatic Colors of #B192DD
Black with #B192DD
Text Example
Text Example
White with #B192DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192DD; }
p { color: rgb(177,146,221); }
H1.HeaderClassName
{
color: #B192DD;
}
.AnyTagClassName
{
color: #B192DD;
}
</style>
background-color css
<style>
a { background-color: #B192DD; }
a { background-color: rgb(177,146,221); }
div.DivClassName
{
background-color: #B192DD;
}
.BgClassName
{
background-color: #B192DD;
}
</style>
border-color css
<style>
span { border-color: #B192DD; }
span { border-color: rgb(177,146,221); }
td.TdClassName
{
border-color: #B192DD;
}
.TagClassName
{
border-color: #B192DD;
}
</style>