Shades of Biloba Flower #B082D7
Tints of Biloba Flower #B082D7
RGB
CMYK
RGB Variations
Color information
#B082D7 (or 0xB082D7) is known color: Biloba Flower. HEX triplet: B0, 82 and D7. RGB value is (176,130,215). Sum of RGB (Red+Green+Blue) = 176+130+215=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #B082D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082D7 is #4F7D28. Grayscale: #999999. Windows color (decimal): -5209385 or 14123696. OLE color: 14123696.
HSL color Cylindrical-coordinate representation of color #B082D7: hue angle of 272.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B082D7 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 130 | 215 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.16 |
| HSL | 272.47º | 0.52% | 0.68% | - |
| HSV(B) | 272.47º | 0.4% | 0.84% | - |
| XYZ | 38.15 | 30.1 | 68.09 | - |
| YUV | 153.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 215 | 0.18 | 0.40 | 0 | 0.16 | 272.47 | 0.52 | 0.68 |
| Hex | B0 | 82 | D7 | 12 | 28 | 0 | 10 | 110 | 34 | 44 |
| Octal | 260 | 202 | 327 | 22 | 50 | 0 | 20 | 420 | 64 | 104 |
| Binary | 10110000 | 10000010 | 11010111 | 10010 | 101000 | 0 | 10000 | 100010000 | 110100 | 1000100 |
Color Harmonies of #B082D7
Complementary color
Monochromatic Colors of #B082D7
Black with #B082D7
Text Example
Text Example
White with #B082D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082D7; }
p { color: rgb(176,130,215); }
H1.HeaderClassName
{
color: #B082D7;
}
.AnyTagClassName
{
color: #B082D7;
}
</style>
background-color css
<style>
a { background-color: #B082D7; }
a { background-color: rgb(176,130,215); }
div.DivClassName
{
background-color: #B082D7;
}
.BgClassName
{
background-color: #B082D7;
}
</style>
border-color css
<style>
span { border-color: #B082D7; }
span { border-color: rgb(176,130,215); }
td.TdClassName
{
border-color: #B082D7;
}
.TagClassName
{
border-color: #B082D7;
}
</style>