Shades of Heliotrope #B76FFF
Tints of Heliotrope #B76FFF
RGB
CMYK
RGB Variations
Color information
#B76FFF (or 0xB76FFF) is known color: Heliotrope. HEX triplet: B7, 6F and FF. RGB value is (183,111,255). Sum of RGB (Red+Green+Blue) = 183+111+255=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B76FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FFF is #489000. Grayscale: #949494. Windows color (decimal): -4755457 or 16740279. OLE color: 16740279.
HSL color Cylindrical-coordinate representation of color #B76FFF: hue angle of 270º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B76FFF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 111 | 255 | - |
| CMYK | 0.28 | 0.56 | 0 | 0 |
| HSL | 270º | 1% | 0.72% | - |
| HSV(B) | 270º | 0.56% | 1% | - |
| XYZ | 43.26 | 28.66 | 97.86 | - |
| YUV | 148.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 255 | 0.28 | 0.56 | 0 | 0 | 270 | 1 | 0.72 |
| Hex | B7 | 6F | FF | 1C | 38 | 0 | 0 | 10E | 64 | 48 |
| Octal | 267 | 157 | 377 | 34 | 70 | 0 | 0 | 416 | 144 | 110 |
| Binary | 10110111 | 1101111 | 11111111 | 11100 | 111000 | 0 | 0 | 100001110 | 1100100 | 1001000 |
Color Harmonies of #B76FFF
Complementary color
Monochromatic Colors of #B76FFF
Black with #B76FFF
Text Example
Text Example
White with #B76FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FFF; }
p { color: rgb(183,111,255); }
H1.HeaderClassName
{
color: #B76FFF;
}
.AnyTagClassName
{
color: #B76FFF;
}
</style>
background-color css
<style>
a { background-color: #B76FFF; }
a { background-color: rgb(183,111,255); }
div.DivClassName
{
background-color: #B76FFF;
}
.BgClassName
{
background-color: #B76FFF;
}
</style>
border-color css
<style>
span { border-color: #B76FFF; }
span { border-color: rgb(183,111,255); }
td.TdClassName
{
border-color: #B76FFF;
}
.TagClassName
{
border-color: #B76FFF;
}
</style>