Shades of Heliotrope #B76AFC
Tints of Heliotrope #B76AFC
RGB
CMYK
RGB Variations
Color information
#B76AFC (or 0xB76AFC) is known color: Heliotrope. HEX triplet: B7, 6A and FC. RGB value is (183,106,252). Sum of RGB (Red+Green+Blue) = 183+106+252=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #B76AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76AFC is #489503. Grayscale: #919191. Windows color (decimal): -4756740 or 16542391. OLE color: 16542391.
HSL color Cylindrical-coordinate representation of color #B76AFC: hue angle of 271.64º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B76AFC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 106 | 252 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.01 |
| HSL | 271.64º | 0.96% | 0.7% | - |
| HSV(B) | 271.64º | 0.58% | 0.99% | - |
| XYZ | 42.25 | 27.4 | 95.16 | - |
| YUV | 145.67 | 188.01 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 252 | 0.27 | 0.58 | 0 | 0.01 | 271.64 | 0.96 | 0.7 |
| Hex | B7 | 6A | FC | 1B | 3A | 0 | 1 | 110 | 60 | 46 |
| Octal | 267 | 152 | 374 | 33 | 72 | 0 | 1 | 420 | 140 | 106 |
| Binary | 10110111 | 1101010 | 11111100 | 11011 | 111010 | 0 | 1 | 100010000 | 1100000 | 1000110 |
Color Harmonies of #B76AFC
Complementary color
Monochromatic Colors of #B76AFC
Black with #B76AFC
Text Example
Text Example
White with #B76AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76AFC; }
p { color: rgb(183,106,252); }
H1.HeaderClassName
{
color: #B76AFC;
}
.AnyTagClassName
{
color: #B76AFC;
}
</style>
background-color css
<style>
a { background-color: #B76AFC; }
a { background-color: rgb(183,106,252); }
div.DivClassName
{
background-color: #B76AFC;
}
.BgClassName
{
background-color: #B76AFC;
}
</style>
border-color css
<style>
span { border-color: #B76AFC; }
span { border-color: rgb(183,106,252); }
td.TdClassName
{
border-color: #B76AFC;
}
.TagClassName
{
border-color: #B76AFC;
}
</style>