Shades of Heliotrope #B761FF
Tints of Heliotrope #B761FF
RGB
CMYK
RGB Variations
Color information
#B761FF (or 0xB761FF) is known color: Heliotrope. HEX triplet: B7, 61 and FF. RGB value is (183,97,255). Sum of RGB (Red+Green+Blue) = 183+97+255=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B761FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761FF is #489E00. Grayscale: #8C8C8C. Windows color (decimal): -4759041 or 16736695. OLE color: 16736695.
HSL color Cylindrical-coordinate representation of color #B761FF: hue angle of 272.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B761FF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 97 | 255 | - |
| CMYK | 0.28 | 0.62 | 0 | 0 |
| HSL | 272.66º | 1% | 0.69% | - |
| HSV(B) | 272.66º | 0.62% | 1% | - |
| XYZ | 41.85 | 25.84 | 97.39 | - |
| YUV | 140.73 | 192.49 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 97 | 255 | 0.28 | 0.62 | 0 | 0 | 272.66 | 1 | 0.69 |
| Hex | B7 | 61 | FF | 1C | 3E | 0 | 0 | 111 | 64 | 45 |
| Octal | 267 | 141 | 377 | 34 | 76 | 0 | 0 | 421 | 144 | 105 |
| Binary | 10110111 | 1100001 | 11111111 | 11100 | 111110 | 0 | 0 | 100010001 | 1100100 | 1000101 |
Color Harmonies of #B761FF
Complementary color
Monochromatic Colors of #B761FF
Black with #B761FF
Text Example
Text Example
White with #B761FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B761FF; }
p { color: rgb(183,97,255); }
H1.HeaderClassName
{
color: #B761FF;
}
.AnyTagClassName
{
color: #B761FF;
}
</style>
background-color css
<style>
a { background-color: #B761FF; }
a { background-color: rgb(183,97,255); }
div.DivClassName
{
background-color: #B761FF;
}
.BgClassName
{
background-color: #B761FF;
}
</style>
border-color css
<style>
span { border-color: #B761FF; }
span { border-color: rgb(183,97,255); }
td.TdClassName
{
border-color: #B761FF;
}
.TagClassName
{
border-color: #B761FF;
}
</style>