Shades of Heliotrope #B76FFD
Tints of Heliotrope #B76FFD
RGB
CMYK
RGB Variations
Color information
#B76FFD (or 0xB76FFD) is known color: Heliotrope. HEX triplet: B7, 6F and FD. RGB value is (183,111,253). Sum of RGB (Red+Green+Blue) = 183+111+253=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #B76FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76FFD is #489002. Grayscale: #949494. Windows color (decimal): -4755459 or 16609207. OLE color: 16609207.
HSL color Cylindrical-coordinate representation of color #B76FFD: hue angle of 270.42º degrees, saturation: 0.97, 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 #B76FFD is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 111 | 253 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.01 |
| HSL | 270.42º | 0.97% | 0.71% | - |
| HSV(B) | 270.42º | 0.56% | 0.99% | - |
| XYZ | 42.94 | 28.53 | 96.17 | - |
| YUV | 148.72 | 186.85 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 253 | 0.28 | 0.56 | 0 | 0.01 | 270.42 | 0.97 | 0.71 |
| Hex | B7 | 6F | FD | 1C | 38 | 0 | 1 | 10E | 61 | 47 |
| Octal | 267 | 157 | 375 | 34 | 70 | 0 | 1 | 416 | 141 | 107 |
| Binary | 10110111 | 1101111 | 11111101 | 11100 | 111000 | 0 | 1 | 100001110 | 1100001 | 1000111 |
Color Harmonies of #B76FFD
Complementary color
Monochromatic Colors of #B76FFD
Black with #B76FFD
Text Example
Text Example
White with #B76FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FFD; }
p { color: rgb(183,111,253); }
H1.HeaderClassName
{
color: #B76FFD;
}
.AnyTagClassName
{
color: #B76FFD;
}
</style>
background-color css
<style>
a { background-color: #B76FFD; }
a { background-color: rgb(183,111,253); }
div.DivClassName
{
background-color: #B76FFD;
}
.BgClassName
{
background-color: #B76FFD;
}
</style>
border-color css
<style>
span { border-color: #B76FFD; }
span { border-color: rgb(183,111,253); }
td.TdClassName
{
border-color: #B76FFD;
}
.TagClassName
{
border-color: #B76FFD;
}
</style>