Shades of Heliotrope #B76BFC
Tints of Heliotrope #B76BFC
RGB
CMYK
RGB Variations
Color information
#B76BFC (or 0xB76BFC) is known color: Heliotrope. HEX triplet: B7, 6B and FC. RGB value is (183,107,252). Sum of RGB (Red+Green+Blue) = 183+107+252=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 107 (42.19% from 255 or 19.74% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #B76BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76BFC is #489403. Grayscale: #919191. Windows color (decimal): -4756484 or 16542647. OLE color: 16542647.
HSL color Cylindrical-coordinate representation of color #B76BFC: hue angle of 271.45º 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 #B76BFC is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 107 | 252 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.01 |
| HSL | 271.45º | 0.96% | 0.7% | - |
| HSV(B) | 271.45º | 0.58% | 0.99% | - |
| XYZ | 42.36 | 27.61 | 95.19 | - |
| YUV | 146.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 252 | 0.27 | 0.58 | 0 | 0.01 | 271.45 | 0.96 | 0.7 |
| Hex | B7 | 6B | FC | 1B | 3A | 0 | 1 | 10F | 60 | 46 |
| Octal | 267 | 153 | 374 | 33 | 72 | 0 | 1 | 417 | 140 | 106 |
| Binary | 10110111 | 1101011 | 11111100 | 11011 | 111010 | 0 | 1 | 100001111 | 1100000 | 1000110 |
Color Harmonies of #B76BFC
Complementary color
Monochromatic Colors of #B76BFC
Black with #B76BFC
Text Example
Text Example
White with #B76BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BFC; }
p { color: rgb(183,107,252); }
H1.HeaderClassName
{
color: #B76BFC;
}
.AnyTagClassName
{
color: #B76BFC;
}
</style>
background-color css
<style>
a { background-color: #B76BFC; }
a { background-color: rgb(183,107,252); }
div.DivClassName
{
background-color: #B76BFC;
}
.BgClassName
{
background-color: #B76BFC;
}
</style>
border-color css
<style>
span { border-color: #B76BFC; }
span { border-color: rgb(183,107,252); }
td.TdClassName
{
border-color: #B76BFC;
}
.TagClassName
{
border-color: #B76BFC;
}
</style>