Shades of Biloba Flower #B080D7
Tints of Biloba Flower #B080D7
RGB
CMYK
RGB Variations
Color information
#B080D7 (or 0xB080D7) is known color: Biloba Flower. HEX triplet: B0, 80 and D7. RGB value is (176,128,215). Sum of RGB (Red+Green+Blue) = 176+128+215=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 128 (50.39% from 255 or 24.66% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #B080D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080D7 is #4F7F28. Grayscale: #979797. Windows color (decimal): -5209897 or 14123184. OLE color: 14123184.
HSL color Cylindrical-coordinate representation of color #B080D7: hue angle of 273.1º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B080D7 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 128 | 215 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.16 |
| HSL | 273.1º | 0.52% | 0.67% | - |
| HSV(B) | 273.1º | 0.4% | 0.84% | - |
| XYZ | 37.89 | 29.57 | 68 | - |
| YUV | 152.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 215 | 0.18 | 0.40 | 0 | 0.16 | 273.1 | 0.52 | 0.67 |
| Hex | B0 | 80 | D7 | 12 | 28 | 0 | 10 | 111 | 34 | 43 |
| Octal | 260 | 200 | 327 | 22 | 50 | 0 | 20 | 421 | 64 | 103 |
| Binary | 10110000 | 10000000 | 11010111 | 10010 | 101000 | 0 | 10000 | 100010001 | 110100 | 1000011 |
Color Harmonies of #B080D7
Complementary color
Monochromatic Colors of #B080D7
Black with #B080D7
Text Example
Text Example
White with #B080D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080D7; }
p { color: rgb(176,128,215); }
H1.HeaderClassName
{
color: #B080D7;
}
.AnyTagClassName
{
color: #B080D7;
}
</style>
background-color css
<style>
a { background-color: #B080D7; }
a { background-color: rgb(176,128,215); }
div.DivClassName
{
background-color: #B080D7;
}
.BgClassName
{
background-color: #B080D7;
}
</style>
border-color css
<style>
span { border-color: #B080D7; }
span { border-color: rgb(176,128,215); }
td.TdClassName
{
border-color: #B080D7;
}
.TagClassName
{
border-color: #B080D7;
}
</style>