Shades of Heliotrope #B863FF
Tints of Heliotrope #B863FF
RGB
CMYK
RGB Variations
Color information
#B863FF (or 0xB863FF) is known color: Heliotrope. HEX triplet: B8, 63 and FF. RGB value is (184,99,255). Sum of RGB (Red+Green+Blue) = 184+99+255=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #B863FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B863FF is #479C00. Grayscale: #8D8D8D. Windows color (decimal): -4692993 or 16737208. OLE color: 16737208.
HSL color Cylindrical-coordinate representation of color #B863FF: hue angle of 272.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B863FF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 99 | 255 | - |
| CMYK | 0.28 | 0.61 | 0 | 0 |
| HSL | 272.69º | 1% | 0.69% | - |
| HSV(B) | 272.69º | 0.61% | 1% | - |
| XYZ | 42.28 | 26.33 | 97.46 | - |
| YUV | 142.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 255 | 0.28 | 0.61 | 0 | 0 | 272.69 | 1 | 0.69 |
| Hex | B8 | 63 | FF | 1C | 3D | 0 | 0 | 111 | 64 | 45 |
| Octal | 270 | 143 | 377 | 34 | 75 | 0 | 0 | 421 | 144 | 105 |
| Binary | 10111000 | 1100011 | 11111111 | 11100 | 111101 | 0 | 0 | 100010001 | 1100100 | 1000101 |
Color Harmonies of #B863FF
Complementary color
Monochromatic Colors of #B863FF
Black with #B863FF
Text Example
Text Example
White with #B863FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863FF; }
p { color: rgb(184,99,255); }
H1.HeaderClassName
{
color: #B863FF;
}
.AnyTagClassName
{
color: #B863FF;
}
</style>
background-color css
<style>
a { background-color: #B863FF; }
a { background-color: rgb(184,99,255); }
div.DivClassName
{
background-color: #B863FF;
}
.BgClassName
{
background-color: #B863FF;
}
</style>
border-color css
<style>
span { border-color: #B863FF; }
span { border-color: rgb(184,99,255); }
td.TdClassName
{
border-color: #B863FF;
}
.TagClassName
{
border-color: #B863FF;
}
</style>