Shades of Heliotrope #B86CF5
Tints of Heliotrope #B86CF5
RGB
CMYK
RGB Variations
Color information
#B86CF5 (or 0xB86CF5) is known color: Heliotrope. HEX triplet: B8, 6C and F5. RGB value is (184,108,245). Sum of RGB (Red+Green+Blue) = 184+108+245=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 245 (96.09% from 255 or 45.62% from 537); Max value from RGB is 245 - color contains mainly: blue. Hex color #B86CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86CF5 is #47930A. Grayscale: #919191. Windows color (decimal): -4690699 or 16084152. OLE color: 16084152.
HSL color Cylindrical-coordinate representation of color #B86CF5: hue angle of 273.28º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B86CF5 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 108 | 245 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.04 |
| HSL | 273.28º | 0.87% | 0.69% | - |
| HSV(B) | 273.28º | 0.56% | 0.96% | - |
| XYZ | 41.61 | 27.51 | 89.5 | - |
| YUV | 146.34 | 183.68 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 245 | 0.25 | 0.56 | 0 | 0.04 | 273.28 | 0.87 | 0.69 |
| Hex | B8 | 6C | F5 | 19 | 38 | 0 | 4 | 111 | 57 | 45 |
| Octal | 270 | 154 | 365 | 31 | 70 | 0 | 4 | 421 | 127 | 105 |
| Binary | 10111000 | 1101100 | 11110101 | 11001 | 111000 | 0 | 100 | 100010001 | 1010111 | 1000101 |
Color Harmonies of #B86CF5
Complementary color
Monochromatic Colors of #B86CF5
Black with #B86CF5
Text Example
Text Example
White with #B86CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86CF5; }
p { color: rgb(184,108,245); }
H1.HeaderClassName
{
color: #B86CF5;
}
.AnyTagClassName
{
color: #B86CF5;
}
</style>
background-color css
<style>
a { background-color: #B86CF5; }
a { background-color: rgb(184,108,245); }
div.DivClassName
{
background-color: #B86CF5;
}
.BgClassName
{
background-color: #B86CF5;
}
</style>
border-color css
<style>
span { border-color: #B86CF5; }
span { border-color: rgb(184,108,245); }
td.TdClassName
{
border-color: #B86CF5;
}
.TagClassName
{
border-color: #B86CF5;
}
</style>