Shades of Heliotrope #B85EFF
Tints of Heliotrope #B85EFF
RGB
CMYK
RGB Variations
Color information
#B85EFF (or 0xB85EFF) is known color: Heliotrope. HEX triplet: B8, 5E and FF. RGB value is (184,94,255). Sum of RGB (Red+Green+Blue) = 184+94+255=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B85EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EFF is #47A100. Grayscale: #8A8A8A. Windows color (decimal): -4694273 or 16735928. OLE color: 16735928.
HSL color Cylindrical-coordinate representation of color #B85EFF: hue angle of 273.54º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85EFF is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 94 | 255 | - |
| CMYK | 0.28 | 0.63 | 0 | 0 |
| HSL | 273.54º | 1% | 0.68% | - |
| HSV(B) | 273.54º | 0.63% | 1% | - |
| XYZ | 41.82 | 25.42 | 97.31 | - |
| YUV | 139.26 | 193.32 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 94 | 255 | 0.28 | 0.63 | 0 | 0 | 273.54 | 1 | 0.68 |
| Hex | B8 | 5E | FF | 1C | 3F | 0 | 0 | 112 | 64 | 44 |
| Octal | 270 | 136 | 377 | 34 | 77 | 0 | 0 | 422 | 144 | 104 |
| Binary | 10111000 | 1011110 | 11111111 | 11100 | 111111 | 0 | 0 | 100010010 | 1100100 | 1000100 |
Color Harmonies of #B85EFF
Complementary color
Monochromatic Colors of #B85EFF
Black with #B85EFF
Text Example
Text Example
White with #B85EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85EFF; }
p { color: rgb(184,94,255); }
H1.HeaderClassName
{
color: #B85EFF;
}
.AnyTagClassName
{
color: #B85EFF;
}
</style>
background-color css
<style>
a { background-color: #B85EFF; }
a { background-color: rgb(184,94,255); }
div.DivClassName
{
background-color: #B85EFF;
}
.BgClassName
{
background-color: #B85EFF;
}
</style>
border-color css
<style>
span { border-color: #B85EFF; }
span { border-color: rgb(184,94,255); }
td.TdClassName
{
border-color: #B85EFF;
}
.TagClassName
{
border-color: #B85EFF;
}
</style>