Shades of Biloba Flower #B492DD
Tints of Biloba Flower #B492DD
RGB
CMYK
RGB Variations
Color information
#B492DD (or 0xB492DD) is known color: Biloba Flower. HEX triplet: B4, 92 and DD. RGB value is (180,146,221). Sum of RGB (Red+Green+Blue) = 180+146+221=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B492DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B492DD is #4B6D22. Grayscale: #A4A4A4. Windows color (decimal): -4943139 or 14521012. OLE color: 14521012.
HSL color Cylindrical-coordinate representation of color #B492DD: hue angle of 267.2º 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 #B492DD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 146 | 221 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.13 |
| HSL | 267.2º | 0.52% | 0.72% | - |
| HSV(B) | 267.2º | 0.34% | 0.87% | - |
| XYZ | 42.15 | 35.48 | 73.03 | - |
| YUV | 164.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 221 | 0.19 | 0.34 | 0 | 0.13 | 267.2 | 0.52 | 0.72 |
| Hex | B4 | 92 | DD | 13 | 22 | 0 | D | 10B | 34 | 48 |
| Octal | 264 | 222 | 335 | 23 | 42 | 0 | 15 | 413 | 64 | 110 |
| Binary | 10110100 | 10010010 | 11011101 | 10011 | 100010 | 0 | 1101 | 100001011 | 110100 | 1001000 |
Color Harmonies of #B492DD
Complementary color
Monochromatic Colors of #B492DD
Black with #B492DD
Text Example
Text Example
White with #B492DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B492DD; }
p { color: rgb(180,146,221); }
H1.HeaderClassName
{
color: #B492DD;
}
.AnyTagClassName
{
color: #B492DD;
}
</style>
background-color css
<style>
a { background-color: #B492DD; }
a { background-color: rgb(180,146,221); }
div.DivClassName
{
background-color: #B492DD;
}
.BgClassName
{
background-color: #B492DD;
}
</style>
border-color css
<style>
span { border-color: #B492DD; }
span { border-color: rgb(180,146,221); }
td.TdClassName
{
border-color: #B492DD;
}
.TagClassName
{
border-color: #B492DD;
}
</style>