Shades of Biloba Flower #B082DB
Tints of Biloba Flower #B082DB
RGB
CMYK
RGB Variations
Color information
#B082DB (or 0xB082DB) is known color: Biloba Flower. HEX triplet: B0, 82 and DB. RGB value is (176,130,219). Sum of RGB (Red+Green+Blue) = 176+130+219=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #B082DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082DB is #4F7D24. Grayscale: #999999. Windows color (decimal): -5209381 or 14385840. OLE color: 14385840.
HSL color Cylindrical-coordinate representation of color #B082DB: hue angle of 271.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B082DB is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 130 | 219 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.14 |
| HSL | 271.01º | 0.55% | 0.68% | - |
| HSV(B) | 271.01º | 0.41% | 0.86% | - |
| XYZ | 38.67 | 30.31 | 70.83 | - |
| YUV | 153.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 219 | 0.20 | 0.41 | 0 | 0.14 | 271.01 | 0.55 | 0.68 |
| Hex | B0 | 82 | DB | 14 | 29 | 0 | E | 10F | 37 | 44 |
| Octal | 260 | 202 | 333 | 24 | 51 | 0 | 16 | 417 | 67 | 104 |
| Binary | 10110000 | 10000010 | 11011011 | 10100 | 101001 | 0 | 1110 | 100001111 | 110111 | 1000100 |
Color Harmonies of #B082DB
Complementary color
Monochromatic Colors of #B082DB
Black with #B082DB
Text Example
Text Example
White with #B082DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082DB; }
p { color: rgb(176,130,219); }
H1.HeaderClassName
{
color: #B082DB;
}
.AnyTagClassName
{
color: #B082DB;
}
</style>
background-color css
<style>
a { background-color: #B082DB; }
a { background-color: rgb(176,130,219); }
div.DivClassName
{
background-color: #B082DB;
}
.BgClassName
{
background-color: #B082DB;
}
</style>
border-color css
<style>
span { border-color: #B082DB; }
span { border-color: rgb(176,130,219); }
td.TdClassName
{
border-color: #B082DB;
}
.TagClassName
{
border-color: #B082DB;
}
</style>