Shades of Biloba Flower #B085E8
Tints of Biloba Flower #B085E8
RGB
CMYK
RGB Variations
Color information
#B085E8 (or 0xB085E8) is known color: Biloba Flower. HEX triplet: B0, 85 and E8. RGB value is (176,133,232). Sum of RGB (Red+Green+Blue) = 176+133+232=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #B085E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B085E8 is #4F7A17. Grayscale: #9C9C9C. Windows color (decimal): -5208600 or 15238576. OLE color: 15238576.
HSL color Cylindrical-coordinate representation of color #B085E8: hue angle of 266.06º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B085E8 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 133 | 232 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.09 |
| HSL | 266.06º | 0.68% | 0.72% | - |
| HSV(B) | 266.06º | 0.43% | 0.91% | - |
| XYZ | 40.86 | 31.83 | 80.33 | - |
| YUV | 157.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 232 | 0.24 | 0.43 | 0 | 0.09 | 266.06 | 0.68 | 0.72 |
| Hex | B0 | 85 | E8 | 18 | 2B | 0 | 9 | 10A | 44 | 48 |
| Octal | 260 | 205 | 350 | 30 | 53 | 0 | 11 | 412 | 104 | 110 |
| Binary | 10110000 | 10000101 | 11101000 | 11000 | 101011 | 0 | 1001 | 100001010 | 1000100 | 1001000 |
Color Harmonies of #B085E8
Complementary color
Monochromatic Colors of #B085E8
Black with #B085E8
Text Example
Text Example
White with #B085E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085E8; }
p { color: rgb(176,133,232); }
H1.HeaderClassName
{
color: #B085E8;
}
.AnyTagClassName
{
color: #B085E8;
}
</style>
background-color css
<style>
a { background-color: #B085E8; }
a { background-color: rgb(176,133,232); }
div.DivClassName
{
background-color: #B085E8;
}
.BgClassName
{
background-color: #B085E8;
}
</style>
border-color css
<style>
span { border-color: #B085E8; }
span { border-color: rgb(176,133,232); }
td.TdClassName
{
border-color: #B085E8;
}
.TagClassName
{
border-color: #B085E8;
}
</style>