Shades of Biloba Flower #B292DD
Tints of Biloba Flower #B292DD
RGB
CMYK
RGB Variations
Color information
#B292DD (or 0xB292DD) is known color: Biloba Flower. HEX triplet: B2, 92 and DD. RGB value is (178,146,221). Sum of RGB (Red+Green+Blue) = 178+146+221=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B292DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B292DD is #4D6D22. Grayscale: #A3A3A3. Windows color (decimal): -5074211 or 14521010. OLE color: 14521010.
HSL color Cylindrical-coordinate representation of color #B292DD: hue angle of 265.6º 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 #B292DD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 146 | 221 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.13 |
| HSL | 265.6º | 0.52% | 0.72% | - |
| HSV(B) | 265.6º | 0.34% | 0.87% | - |
| XYZ | 41.69 | 35.24 | 73.01 | - |
| YUV | 164.12 | 160.1 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 146 | 221 | 0.19 | 0.34 | 0 | 0.13 | 265.6 | 0.52 | 0.72 |
| Hex | B2 | 92 | DD | 13 | 22 | 0 | D | 10A | 34 | 48 |
| Octal | 262 | 222 | 335 | 23 | 42 | 0 | 15 | 412 | 64 | 110 |
| Binary | 10110010 | 10010010 | 11011101 | 10011 | 100010 | 0 | 1101 | 100001010 | 110100 | 1001000 |
Color Harmonies of #B292DD
Complementary color
Monochromatic Colors of #B292DD
Black with #B292DD
Text Example
Text Example
White with #B292DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B292DD; }
p { color: rgb(178,146,221); }
H1.HeaderClassName
{
color: #B292DD;
}
.AnyTagClassName
{
color: #B292DD;
}
</style>
background-color css
<style>
a { background-color: #B292DD; }
a { background-color: rgb(178,146,221); }
div.DivClassName
{
background-color: #B292DD;
}
.BgClassName
{
background-color: #B292DD;
}
</style>
border-color css
<style>
span { border-color: #B292DD; }
span { border-color: rgb(178,146,221); }
td.TdClassName
{
border-color: #B292DD;
}
.TagClassName
{
border-color: #B292DD;
}
</style>