Shades of Heliotrope #B85DFE
Tints of Heliotrope #B85DFE
RGB
CMYK
RGB Variations
Color information
#B85DFE (or 0xB85DFE) is known color: Heliotrope. HEX triplet: B8, 5D and FE. RGB value is (184,93,254). Sum of RGB (Red+Green+Blue) = 184+93+254=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B85DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85DFE is #47A201. Grayscale: #8A8A8A. Windows color (decimal): -4694530 or 16670136. OLE color: 16670136.
HSL color Cylindrical-coordinate representation of color #B85DFE: hue angle of 273.91º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B85DFE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 93 | 254 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.00 |
| HSL | 273.91º | 0.99% | 0.68% | - |
| HSV(B) | 273.91º | 0.63% | 1% | - |
| XYZ | 41.57 | 25.17 | 96.43 | - |
| YUV | 138.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 254 | 0.28 | 0.63 | 0 | 0.00 | 273.91 | 0.99 | 0.68 |
| Hex | B8 | 5D | FE | 1C | 3F | 0 | 0 | 112 | 63 | 44 |
| Octal | 270 | 135 | 376 | 34 | 77 | 0 | 0 | 422 | 143 | 104 |
| Binary | 10111000 | 1011101 | 11111110 | 11100 | 111111 | 0 | 0 | 100010010 | 1100011 | 1000100 |
Color Harmonies of #B85DFE
Complementary color
Monochromatic Colors of #B85DFE
Black with #B85DFE
Text Example
Text Example
White with #B85DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85DFE; }
p { color: rgb(184,93,254); }
H1.HeaderClassName
{
color: #B85DFE;
}
.AnyTagClassName
{
color: #B85DFE;
}
</style>
background-color css
<style>
a { background-color: #B85DFE; }
a { background-color: rgb(184,93,254); }
div.DivClassName
{
background-color: #B85DFE;
}
.BgClassName
{
background-color: #B85DFE;
}
</style>
border-color css
<style>
span { border-color: #B85DFE; }
span { border-color: rgb(184,93,254); }
td.TdClassName
{
border-color: #B85DFE;
}
.TagClassName
{
border-color: #B85DFE;
}
</style>