Shades of Biloba Flower #B083DD
Tints of Biloba Flower #B083DD
RGB
CMYK
RGB Variations
Color information
#B083DD (or 0xB083DD) is known color: Biloba Flower. HEX triplet: B0, 83 and DD. RGB value is (176,131,221). Sum of RGB (Red+Green+Blue) = 176+131+221=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B083DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083DD is #4F7C22. Grayscale: #9A9A9A. Windows color (decimal): -5209123 or 14517168. OLE color: 14517168.
HSL color Cylindrical-coordinate representation of color #B083DD: hue angle of 270º 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 #B083DD is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 131 | 221 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.13 |
| HSL | 270º | 0.57% | 0.69% | - |
| HSV(B) | 270º | 0.41% | 0.87% | - |
| XYZ | 39.07 | 30.68 | 72.27 | - |
| YUV | 154.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 221 | 0.20 | 0.41 | 0 | 0.13 | 270 | 0.57 | 0.69 |
| Hex | B0 | 83 | DD | 14 | 29 | 0 | D | 10E | 39 | 45 |
| Octal | 260 | 203 | 335 | 24 | 51 | 0 | 15 | 416 | 71 | 105 |
| Binary | 10110000 | 10000011 | 11011101 | 10100 | 101001 | 0 | 1101 | 100001110 | 111001 | 1000101 |
Color Harmonies of #B083DD
Complementary color
Monochromatic Colors of #B083DD
Black with #B083DD
Text Example
Text Example
White with #B083DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B083DD; }
p { color: rgb(176,131,221); }
H1.HeaderClassName
{
color: #B083DD;
}
.AnyTagClassName
{
color: #B083DD;
}
</style>
background-color css
<style>
a { background-color: #B083DD; }
a { background-color: rgb(176,131,221); }
div.DivClassName
{
background-color: #B083DD;
}
.BgClassName
{
background-color: #B083DD;
}
</style>
border-color css
<style>
span { border-color: #B083DD; }
span { border-color: rgb(176,131,221); }
td.TdClassName
{
border-color: #B083DD;
}
.TagClassName
{
border-color: #B083DD;
}
</style>