Shades of Heliotrope #B869FA
Tints of Heliotrope #B869FA
RGB
CMYK
RGB Variations
Color information
#B869FA (or 0xB869FA) is known color: Heliotrope. HEX triplet: B8, 69 and FA. RGB value is (184,105,250). Sum of RGB (Red+Green+Blue) = 184+105+250=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #B869FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B869FA is #479605. Grayscale: #909090. Windows color (decimal): -4691462 or 16411064. OLE color: 16411064.
HSL color Cylindrical-coordinate representation of color #B869FA: hue angle of 272.69º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B869FA is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 105 | 250 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.02 |
| HSL | 272.69º | 0.94% | 0.7% | - |
| HSV(B) | 272.69º | 0.58% | 0.98% | - |
| XYZ | 42.07 | 27.2 | 93.47 | - |
| YUV | 145.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 105 | 250 | 0.26 | 0.58 | 0 | 0.02 | 272.69 | 0.94 | 0.7 |
| Hex | B8 | 69 | FA | 1A | 3A | 0 | 2 | 111 | 5E | 46 |
| Octal | 270 | 151 | 372 | 32 | 72 | 0 | 2 | 421 | 136 | 106 |
| Binary | 10111000 | 1101001 | 11111010 | 11010 | 111010 | 0 | 10 | 100010001 | 1011110 | 1000110 |
Color Harmonies of #B869FA
Complementary color
Monochromatic Colors of #B869FA
Black with #B869FA
Text Example
Text Example
White with #B869FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B869FA; }
p { color: rgb(184,105,250); }
H1.HeaderClassName
{
color: #B869FA;
}
.AnyTagClassName
{
color: #B869FA;
}
</style>
background-color css
<style>
a { background-color: #B869FA; }
a { background-color: rgb(184,105,250); }
div.DivClassName
{
background-color: #B869FA;
}
.BgClassName
{
background-color: #B869FA;
}
</style>
border-color css
<style>
span { border-color: #B869FA; }
span { border-color: rgb(184,105,250); }
td.TdClassName
{
border-color: #B869FA;
}
.TagClassName
{
border-color: #B869FA;
}
</style>