Shades of Biloba Flower #B080DD
Tints of Biloba Flower #B080DD
RGB
CMYK
RGB Variations
Color information
#B080DD (or 0xB080DD) is known color: Biloba Flower. HEX triplet: B0, 80 and DD. RGB value is (176,128,221). Sum of RGB (Red+Green+Blue) = 176+128+221=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B080DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080DD is #4F7F22. Grayscale: #989898. Windows color (decimal): -5209891 or 14516400. OLE color: 14516400.
HSL color Cylindrical-coordinate representation of color #B080DD: hue angle of 270.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B080DD is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 128 | 221 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.13 |
| HSL | 270.97º | 0.58% | 0.68% | - |
| HSV(B) | 270.97º | 0.42% | 0.87% | - |
| XYZ | 38.67 | 29.89 | 72.14 | - |
| YUV | 152.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 221 | 0.20 | 0.42 | 0 | 0.13 | 270.97 | 0.58 | 0.68 |
| Hex | B0 | 80 | DD | 14 | 2A | 0 | D | 10F | 3A | 44 |
| Octal | 260 | 200 | 335 | 24 | 52 | 0 | 15 | 417 | 72 | 104 |
| Binary | 10110000 | 10000000 | 11011101 | 10100 | 101010 | 0 | 1101 | 100001111 | 111010 | 1000100 |
Color Harmonies of #B080DD
Complementary color
Monochromatic Colors of #B080DD
Black with #B080DD
Text Example
Text Example
White with #B080DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080DD; }
p { color: rgb(176,128,221); }
H1.HeaderClassName
{
color: #B080DD;
}
.AnyTagClassName
{
color: #B080DD;
}
</style>
background-color css
<style>
a { background-color: #B080DD; }
a { background-color: rgb(176,128,221); }
div.DivClassName
{
background-color: #B080DD;
}
.BgClassName
{
background-color: #B080DD;
}
</style>
border-color css
<style>
span { border-color: #B080DD; }
span { border-color: rgb(176,128,221); }
td.TdClassName
{
border-color: #B080DD;
}
.TagClassName
{
border-color: #B080DD;
}
</style>