Shades of Heliotrope #B869FE
Tints of Heliotrope #B869FE
RGB
CMYK
RGB Variations
Color information
#B869FE (or 0xB869FE) is known color: Heliotrope. HEX triplet: B8, 69 and FE. RGB value is (184,105,254). Sum of RGB (Red+Green+Blue) = 184+105+254=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #B869FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869FE is #479601. Grayscale: #919191. Windows color (decimal): -4691458 or 16673208. OLE color: 16673208.
HSL color Cylindrical-coordinate representation of color #B869FE: hue angle of 271.81º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B869FE is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 105 | 254 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.00 |
| HSL | 271.81º | 0.99% | 0.7% | - |
| HSV(B) | 271.81º | 0.59% | 1% | - |
| XYZ | 42.71 | 27.45 | 96.81 | - |
| YUV | 145.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 254 | 0.28 | 0.59 | 0 | 0.00 | 271.81 | 0.99 | 0.7 |
| Hex | B8 | 69 | FE | 1C | 3B | 0 | 0 | 110 | 63 | 46 |
| Octal | 270 | 151 | 376 | 34 | 73 | 0 | 0 | 420 | 143 | 106 |
| Binary | 10111000 | 1101001 | 11111110 | 11100 | 111011 | 0 | 0 | 100010000 | 1100011 | 1000110 |
Color Harmonies of #B869FE
Complementary color
Monochromatic Colors of #B869FE
Black with #B869FE
Text Example
Text Example
White with #B869FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869FE; }
p { color: rgb(184,105,254); }
H1.HeaderClassName
{
color: #B869FE;
}
.AnyTagClassName
{
color: #B869FE;
}
</style>
background-color css
<style>
a { background-color: #B869FE; }
a { background-color: rgb(184,105,254); }
div.DivClassName
{
background-color: #B869FE;
}
.BgClassName
{
background-color: #B869FE;
}
</style>
border-color css
<style>
span { border-color: #B869FE; }
span { border-color: rgb(184,105,254); }
td.TdClassName
{
border-color: #B869FE;
}
.TagClassName
{
border-color: #B869FE;
}
</style>