Shades of Biloba Flower #B082E7
Tints of Biloba Flower #B082E7
RGB
CMYK
RGB Variations
Color information
#B082E7 (or 0xB082E7) is known color: Biloba Flower. HEX triplet: B0, 82 and E7. RGB value is (176,130,231). Sum of RGB (Red+Green+Blue) = 176+130+231=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #B082E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082E7 is #4F7D18. Grayscale: #9A9A9A. Windows color (decimal): -5209369 or 15172272. OLE color: 15172272.
HSL color Cylindrical-coordinate representation of color #B082E7: hue angle of 267.33º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B082E7 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 130 | 231 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.09 |
| HSL | 267.33º | 0.68% | 0.71% | - |
| HSV(B) | 267.33º | 0.44% | 0.91% | - |
| XYZ | 40.31 | 30.96 | 79.45 | - |
| YUV | 155.27 | 170.74 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 231 | 0.24 | 0.44 | 0 | 0.09 | 267.33 | 0.68 | 0.71 |
| Hex | B0 | 82 | E7 | 18 | 2C | 0 | 9 | 10B | 44 | 47 |
| Octal | 260 | 202 | 347 | 30 | 54 | 0 | 11 | 413 | 104 | 107 |
| Binary | 10110000 | 10000010 | 11100111 | 11000 | 101100 | 0 | 1001 | 100001011 | 1000100 | 1000111 |
Color Harmonies of #B082E7
Complementary color
Monochromatic Colors of #B082E7
Black with #B082E7
Text Example
Text Example
White with #B082E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082E7; }
p { color: rgb(176,130,231); }
H1.HeaderClassName
{
color: #B082E7;
}
.AnyTagClassName
{
color: #B082E7;
}
</style>
background-color css
<style>
a { background-color: #B082E7; }
a { background-color: rgb(176,130,231); }
div.DivClassName
{
background-color: #B082E7;
}
.BgClassName
{
background-color: #B082E7;
}
</style>
border-color css
<style>
span { border-color: #B082E7; }
span { border-color: rgb(176,130,231); }
td.TdClassName
{
border-color: #B082E7;
}
.TagClassName
{
border-color: #B082E7;
}
</style>