Shades of Heliotrope #B76EFA
Tints of Heliotrope #B76EFA
RGB
CMYK
RGB Variations
Color information
#B76EFA (or 0xB76EFA) is known color: Heliotrope. HEX triplet: B7, 6E and FA. RGB value is (183,110,250). Sum of RGB (Red+Green+Blue) = 183+110+250=543 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.70% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #B76EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EFA is #489105. Grayscale: #939393. Windows color (decimal): -4755718 or 16412343. OLE color: 16412343.
HSL color Cylindrical-coordinate representation of color #B76EFA: hue angle of 271.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B76EFA is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 110 | 250 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.02 |
| HSL | 271.29º | 0.93% | 0.71% | - |
| HSV(B) | 271.29º | 0.56% | 0.98% | - |
| XYZ | 42.36 | 28.12 | 93.64 | - |
| YUV | 147.79 | 185.68 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 250 | 0.27 | 0.56 | 0 | 0.02 | 271.29 | 0.93 | 0.71 |
| Hex | B7 | 6E | FA | 1B | 38 | 0 | 2 | 10F | 5D | 47 |
| Octal | 267 | 156 | 372 | 33 | 70 | 0 | 2 | 417 | 135 | 107 |
| Binary | 10110111 | 1101110 | 11111010 | 11011 | 111000 | 0 | 10 | 100001111 | 1011101 | 1000111 |
Color Harmonies of #B76EFA
Complementary color
Monochromatic Colors of #B76EFA
Black with #B76EFA
Text Example
Text Example
White with #B76EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EFA; }
p { color: rgb(183,110,250); }
H1.HeaderClassName
{
color: #B76EFA;
}
.AnyTagClassName
{
color: #B76EFA;
}
</style>
background-color css
<style>
a { background-color: #B76EFA; }
a { background-color: rgb(183,110,250); }
div.DivClassName
{
background-color: #B76EFA;
}
.BgClassName
{
background-color: #B76EFA;
}
</style>
border-color css
<style>
span { border-color: #B76EFA; }
span { border-color: rgb(183,110,250); }
td.TdClassName
{
border-color: #B76EFA;
}
.TagClassName
{
border-color: #B76EFA;
}
</style>