Shades of Heliotrope #B865FA
Tints of Heliotrope #B865FA
RGB
CMYK
RGB Variations
Color information
#B865FA (or 0xB865FA) is known color: Heliotrope. HEX triplet: B8, 65 and FA. RGB value is (184,101,250). Sum of RGB (Red+Green+Blue) = 184+101+250=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 101 (39.84% from 255 or 18.88% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #B865FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B865FA is #479A05. Grayscale: #8E8E8E. Windows color (decimal): -4692486 or 16410040. OLE color: 16410040.
HSL color Cylindrical-coordinate representation of color #B865FA: hue angle of 273.42º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B865FA is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 101 | 250 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.02 |
| HSL | 273.42º | 0.94% | 0.69% | - |
| HSV(B) | 273.42º | 0.6% | 0.98% | - |
| XYZ | 41.68 | 26.4 | 93.34 | - |
| YUV | 142.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 101 | 250 | 0.26 | 0.60 | 0 | 0.02 | 273.42 | 0.94 | 0.69 |
| Hex | B8 | 65 | FA | 1A | 3C | 0 | 2 | 111 | 5E | 45 |
| Octal | 270 | 145 | 372 | 32 | 74 | 0 | 2 | 421 | 136 | 105 |
| Binary | 10111000 | 1100101 | 11111010 | 11010 | 111100 | 0 | 10 | 100010001 | 1011110 | 1000101 |
Color Harmonies of #B865FA
Complementary color
Monochromatic Colors of #B865FA
Black with #B865FA
Text Example
Text Example
White with #B865FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B865FA; }
p { color: rgb(184,101,250); }
H1.HeaderClassName
{
color: #B865FA;
}
.AnyTagClassName
{
color: #B865FA;
}
</style>
background-color css
<style>
a { background-color: #B865FA; }
a { background-color: rgb(184,101,250); }
div.DivClassName
{
background-color: #B865FA;
}
.BgClassName
{
background-color: #B865FA;
}
</style>
border-color css
<style>
span { border-color: #B865FA; }
span { border-color: rgb(184,101,250); }
td.TdClassName
{
border-color: #B865FA;
}
.TagClassName
{
border-color: #B865FA;
}
</style>