Shades of Biloba Flower #B083D7
Tints of Biloba Flower #B083D7
RGB
CMYK
RGB Variations
Color information
#B083D7 (or 0xB083D7) is known color: Biloba Flower. HEX triplet: B0, 83 and D7. RGB value is (176,131,215). Sum of RGB (Red+Green+Blue) = 176+131+215=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #B083D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083D7 is #4F7C28. Grayscale: #999999. Windows color (decimal): -5209129 or 14123952. OLE color: 14123952.
HSL color Cylindrical-coordinate representation of color #B083D7: hue angle of 272.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B083D7 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 131 | 215 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.16 |
| HSL | 272.14º | 0.51% | 0.68% | - |
| HSV(B) | 272.14º | 0.39% | 0.84% | - |
| XYZ | 38.29 | 30.37 | 68.13 | - |
| YUV | 154.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 215 | 0.18 | 0.39 | 0 | 0.16 | 272.14 | 0.51 | 0.68 |
| Hex | B0 | 83 | D7 | 12 | 27 | 0 | 10 | 110 | 33 | 44 |
| Octal | 260 | 203 | 327 | 22 | 47 | 0 | 20 | 420 | 63 | 104 |
| Binary | 10110000 | 10000011 | 11010111 | 10010 | 100111 | 0 | 10000 | 100010000 | 110011 | 1000100 |
Color Harmonies of #B083D7
Complementary color
Monochromatic Colors of #B083D7
Black with #B083D7
Text Example
Text Example
White with #B083D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B083D7; }
p { color: rgb(176,131,215); }
H1.HeaderClassName
{
color: #B083D7;
}
.AnyTagClassName
{
color: #B083D7;
}
</style>
background-color css
<style>
a { background-color: #B083D7; }
a { background-color: rgb(176,131,215); }
div.DivClassName
{
background-color: #B083D7;
}
.BgClassName
{
background-color: #B083D7;
}
</style>
border-color css
<style>
span { border-color: #B083D7; }
span { border-color: rgb(176,131,215); }
td.TdClassName
{
border-color: #B083D7;
}
.TagClassName
{
border-color: #B083D7;
}
</style>