Shades of Heliotrope #B76AF6
Tints of Heliotrope #B76AF6
RGB
CMYK
RGB Variations
Color information
#B76AF6 (or 0xB76AF6) is known color: Heliotrope. HEX triplet: B7, 6A and F6. RGB value is (183,106,246). Sum of RGB (Red+Green+Blue) = 183+106+246=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #B76AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AF6 is #489509. Grayscale: #909090. Windows color (decimal): -4756746 or 16149175. OLE color: 16149175.
HSL color Cylindrical-coordinate representation of color #B76AF6: hue angle of 273º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B76AF6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 106 | 246 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.04 |
| HSL | 273º | 0.89% | 0.69% | - |
| HSV(B) | 273º | 0.57% | 0.96% | - |
| XYZ | 41.32 | 27.03 | 90.23 | - |
| YUV | 144.98 | 185.01 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 246 | 0.26 | 0.57 | 0 | 0.04 | 273 | 0.89 | 0.69 |
| Hex | B7 | 6A | F6 | 1A | 39 | 0 | 4 | 111 | 59 | 45 |
| Octal | 267 | 152 | 366 | 32 | 71 | 0 | 4 | 421 | 131 | 105 |
| Binary | 10110111 | 1101010 | 11110110 | 11010 | 111001 | 0 | 100 | 100010001 | 1011001 | 1000101 |
Color Harmonies of #B76AF6
Complementary color
Monochromatic Colors of #B76AF6
Black with #B76AF6
Text Example
Text Example
White with #B76AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76AF6; }
p { color: rgb(183,106,246); }
H1.HeaderClassName
{
color: #B76AF6;
}
.AnyTagClassName
{
color: #B76AF6;
}
</style>
background-color css
<style>
a { background-color: #B76AF6; }
a { background-color: rgb(183,106,246); }
div.DivClassName
{
background-color: #B76AF6;
}
.BgClassName
{
background-color: #B76AF6;
}
</style>
border-color css
<style>
span { border-color: #B76AF6; }
span { border-color: rgb(183,106,246); }
td.TdClassName
{
border-color: #B76AF6;
}
.TagClassName
{
border-color: #B76AF6;
}
</style>