Shades of Biloba Flower #B080D9
Tints of Biloba Flower #B080D9
RGB
CMYK
RGB Variations
Color information
#B080D9 (or 0xB080D9) is known color: Biloba Flower. HEX triplet: B0, 80 and D9. RGB value is (176,128,217). Sum of RGB (Red+Green+Blue) = 176+128+217=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #B080D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080D9 is #4F7F26. Grayscale: #989898. Windows color (decimal): -5209895 or 14254256. OLE color: 14254256.
HSL color Cylindrical-coordinate representation of color #B080D9: hue angle of 272.36º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B080D9 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 128 | 217 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.15 |
| HSL | 272.36º | 0.54% | 0.68% | - |
| HSV(B) | 272.36º | 0.41% | 0.85% | - |
| XYZ | 38.15 | 29.68 | 69.36 | - |
| YUV | 152.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 217 | 0.19 | 0.41 | 0 | 0.15 | 272.36 | 0.54 | 0.68 |
| Hex | B0 | 80 | D9 | 13 | 29 | 0 | F | 110 | 36 | 44 |
| Octal | 260 | 200 | 331 | 23 | 51 | 0 | 17 | 420 | 66 | 104 |
| Binary | 10110000 | 10000000 | 11011001 | 10011 | 101001 | 0 | 1111 | 100010000 | 110110 | 1000100 |
Color Harmonies of #B080D9
Complementary color
Monochromatic Colors of #B080D9
Black with #B080D9
Text Example
Text Example
White with #B080D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080D9; }
p { color: rgb(176,128,217); }
H1.HeaderClassName
{
color: #B080D9;
}
.AnyTagClassName
{
color: #B080D9;
}
</style>
background-color css
<style>
a { background-color: #B080D9; }
a { background-color: rgb(176,128,217); }
div.DivClassName
{
background-color: #B080D9;
}
.BgClassName
{
background-color: #B080D9;
}
</style>
border-color css
<style>
span { border-color: #B080D9; }
span { border-color: rgb(176,128,217); }
td.TdClassName
{
border-color: #B080D9;
}
.TagClassName
{
border-color: #B080D9;
}
</style>