Shades of Biloba Flower #B082DD
Tints of Biloba Flower #B082DD
RGB
CMYK
RGB Variations
Color information
#B082DD (or 0xB082DD) is known color: Biloba Flower. HEX triplet: B0, 82 and DD. RGB value is (176,130,221). Sum of RGB (Red+Green+Blue) = 176+130+221=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B082DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082DD is #4F7D22. Grayscale: #999999. Windows color (decimal): -5209379 or 14516912. OLE color: 14516912.
HSL color Cylindrical-coordinate representation of color #B082DD: hue angle of 270.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B082DD is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 130 | 221 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.13 |
| HSL | 270.33º | 0.57% | 0.69% | - |
| HSV(B) | 270.33º | 0.41% | 0.87% | - |
| XYZ | 38.94 | 30.42 | 72.23 | - |
| YUV | 154.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 221 | 0.20 | 0.41 | 0 | 0.13 | 270.33 | 0.57 | 0.69 |
| Hex | B0 | 82 | DD | 14 | 29 | 0 | D | 10E | 39 | 45 |
| Octal | 260 | 202 | 335 | 24 | 51 | 0 | 15 | 416 | 71 | 105 |
| Binary | 10110000 | 10000010 | 11011101 | 10100 | 101001 | 0 | 1101 | 100001110 | 111001 | 1000101 |
Color Harmonies of #B082DD
Complementary color
Monochromatic Colors of #B082DD
Black with #B082DD
Text Example
Text Example
White with #B082DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082DD; }
p { color: rgb(176,130,221); }
H1.HeaderClassName
{
color: #B082DD;
}
.AnyTagClassName
{
color: #B082DD;
}
</style>
background-color css
<style>
a { background-color: #B082DD; }
a { background-color: rgb(176,130,221); }
div.DivClassName
{
background-color: #B082DD;
}
.BgClassName
{
background-color: #B082DD;
}
</style>
border-color css
<style>
span { border-color: #B082DD; }
span { border-color: rgb(176,130,221); }
td.TdClassName
{
border-color: #B082DD;
}
.TagClassName
{
border-color: #B082DD;
}
</style>