Shades of Biloba Flower #B085E4
Tints of Biloba Flower #B085E4
RGB
CMYK
RGB Variations
Color information
#B085E4 (or 0xB085E4) is known color: Biloba Flower. HEX triplet: B0, 85 and E4. RGB value is (176,133,228). Sum of RGB (Red+Green+Blue) = 176+133+228=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 228 (89.45% from 255 or 42.46% from 537); Max value from RGB is 228 - color contains mainly: blue. Hex color #B085E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085E4 is #4F7A1B. Grayscale: #9C9C9C. Windows color (decimal): -5208604 or 14976432. OLE color: 14976432.
HSL color Cylindrical-coordinate representation of color #B085E4: hue angle of 267.16º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B085E4 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 133 | 228 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.11 |
| HSL | 267.16º | 0.64% | 0.71% | - |
| HSV(B) | 267.16º | 0.42% | 0.89% | - |
| XYZ | 40.3 | 31.61 | 77.38 | - |
| YUV | 156.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 228 | 0.23 | 0.42 | 0 | 0.11 | 267.16 | 0.64 | 0.71 |
| Hex | B0 | 85 | E4 | 17 | 2A | 0 | B | 10B | 40 | 47 |
| Octal | 260 | 205 | 344 | 27 | 52 | 0 | 13 | 413 | 100 | 107 |
| Binary | 10110000 | 10000101 | 11100100 | 10111 | 101010 | 0 | 1011 | 100001011 | 1000000 | 1000111 |
Color Harmonies of #B085E4
Complementary color
Monochromatic Colors of #B085E4
Black with #B085E4
Text Example
Text Example
White with #B085E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085E4; }
p { color: rgb(176,133,228); }
H1.HeaderClassName
{
color: #B085E4;
}
.AnyTagClassName
{
color: #B085E4;
}
</style>
background-color css
<style>
a { background-color: #B085E4; }
a { background-color: rgb(176,133,228); }
div.DivClassName
{
background-color: #B085E4;
}
.BgClassName
{
background-color: #B085E4;
}
</style>
border-color css
<style>
span { border-color: #B085E4; }
span { border-color: rgb(176,133,228); }
td.TdClassName
{
border-color: #B085E4;
}
.TagClassName
{
border-color: #B085E4;
}
</style>