Shades of Biloba Flower #B985EC
Tints of Biloba Flower #B985EC
RGB
CMYK
RGB Variations
Color information
#B985EC (or 0xB985EC) is known color: Biloba Flower. HEX triplet: B9, 85 and EC. RGB value is (185,133,236). Sum of RGB (Red+Green+Blue) = 185+133+236=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #B985EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B985EC is #467A13. Grayscale: #9F9F9F. Windows color (decimal): -4618772 or 15500729. OLE color: 15500729.
HSL color Cylindrical-coordinate representation of color #B985EC: hue angle of 270.29º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B985EC is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 133 | 236 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.07 |
| HSL | 270.29º | 0.73% | 0.72% | - |
| HSV(B) | 270.29º | 0.44% | 0.93% | - |
| XYZ | 43.54 | 33.15 | 83.46 | - |
| YUV | 160.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 236 | 0.22 | 0.44 | 0 | 0.07 | 270.29 | 0.73 | 0.72 |
| Hex | B9 | 85 | EC | 16 | 2C | 0 | 7 | 10E | 49 | 48 |
| Octal | 271 | 205 | 354 | 26 | 54 | 0 | 7 | 416 | 111 | 110 |
| Binary | 10111001 | 10000101 | 11101100 | 10110 | 101100 | 0 | 111 | 100001110 | 1001001 | 1001000 |
Color Harmonies of #B985EC
Complementary color
Monochromatic Colors of #B985EC
Black with #B985EC
Text Example
Text Example
White with #B985EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B985EC; }
p { color: rgb(185,133,236); }
H1.HeaderClassName
{
color: #B985EC;
}
.AnyTagClassName
{
color: #B985EC;
}
</style>
background-color css
<style>
a { background-color: #B985EC; }
a { background-color: rgb(185,133,236); }
div.DivClassName
{
background-color: #B985EC;
}
.BgClassName
{
background-color: #B985EC;
}
</style>
border-color css
<style>
span { border-color: #B985EC; }
span { border-color: rgb(185,133,236); }
td.TdClassName
{
border-color: #B985EC;
}
.TagClassName
{
border-color: #B985EC;
}
</style>