Shades of Heliotrope #B76EFC
Tints of Heliotrope #B76EFC
RGB
CMYK
RGB Variations
Color information
#B76EFC (or 0xB76EFC) is known color: Heliotrope. HEX triplet: B7, 6E and FC. RGB value is (183,110,252). Sum of RGB (Red+Green+Blue) = 183+110+252=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #B76EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76EFC is #489103. Grayscale: #939393. Windows color (decimal): -4755716 or 16543415. OLE color: 16543415.
HSL color Cylindrical-coordinate representation of color #B76EFC: hue angle of 270.85º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B76EFC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 110 | 252 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.01 |
| HSL | 270.85º | 0.96% | 0.71% | - |
| HSV(B) | 270.85º | 0.56% | 0.99% | - |
| XYZ | 42.68 | 28.25 | 95.3 | - |
| YUV | 148.02 | 186.68 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 252 | 0.27 | 0.56 | 0 | 0.01 | 270.85 | 0.96 | 0.71 |
| Hex | B7 | 6E | FC | 1B | 38 | 0 | 1 | 10F | 60 | 47 |
| Octal | 267 | 156 | 374 | 33 | 70 | 0 | 1 | 417 | 140 | 107 |
| Binary | 10110111 | 1101110 | 11111100 | 11011 | 111000 | 0 | 1 | 100001111 | 1100000 | 1000111 |
Color Harmonies of #B76EFC
Complementary color
Monochromatic Colors of #B76EFC
Black with #B76EFC
Text Example
Text Example
White with #B76EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EFC; }
p { color: rgb(183,110,252); }
H1.HeaderClassName
{
color: #B76EFC;
}
.AnyTagClassName
{
color: #B76EFC;
}
</style>
background-color css
<style>
a { background-color: #B76EFC; }
a { background-color: rgb(183,110,252); }
div.DivClassName
{
background-color: #B76EFC;
}
.BgClassName
{
background-color: #B76EFC;
}
</style>
border-color css
<style>
span { border-color: #B76EFC; }
span { border-color: rgb(183,110,252); }
td.TdClassName
{
border-color: #B76EFC;
}
.TagClassName
{
border-color: #B76EFC;
}
</style>