Shades of Biloba Flower #B080D8
Tints of Biloba Flower #B080D8
RGB
CMYK
RGB Variations
Color information
#B080D8 (or 0xB080D8) is known color: Biloba Flower. HEX triplet: B0, 80 and D8. RGB value is (176,128,216). Sum of RGB (Red+Green+Blue) = 176+128+216=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #B080D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080D8 is #4F7F27. Grayscale: #989898. Windows color (decimal): -5209896 or 14188720. OLE color: 14188720.
HSL color Cylindrical-coordinate representation of color #B080D8: hue angle of 272.73º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B080D8 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 128 | 216 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.15 |
| HSL | 272.73º | 0.53% | 0.67% | - |
| HSV(B) | 272.73º | 0.41% | 0.85% | - |
| XYZ | 38.02 | 29.63 | 68.68 | - |
| YUV | 152.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 216 | 0.19 | 0.41 | 0 | 0.15 | 272.73 | 0.53 | 0.67 |
| Hex | B0 | 80 | D8 | 13 | 29 | 0 | F | 111 | 35 | 43 |
| Octal | 260 | 200 | 330 | 23 | 51 | 0 | 17 | 421 | 65 | 103 |
| Binary | 10110000 | 10000000 | 11011000 | 10011 | 101001 | 0 | 1111 | 100010001 | 110101 | 1000011 |
Color Harmonies of #B080D8
Complementary color
Monochromatic Colors of #B080D8
Black with #B080D8
Text Example
Text Example
White with #B080D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080D8; }
p { color: rgb(176,128,216); }
H1.HeaderClassName
{
color: #B080D8;
}
.AnyTagClassName
{
color: #B080D8;
}
</style>
background-color css
<style>
a { background-color: #B080D8; }
a { background-color: rgb(176,128,216); }
div.DivClassName
{
background-color: #B080D8;
}
.BgClassName
{
background-color: #B080D8;
}
</style>
border-color css
<style>
span { border-color: #B080D8; }
span { border-color: rgb(176,128,216); }
td.TdClassName
{
border-color: #B080D8;
}
.TagClassName
{
border-color: #B080D8;
}
</style>