Shades of Heliotrope #B770FF
Tints of Heliotrope #B770FF
RGB
CMYK
RGB Variations
Color information
#B770FF (or 0xB770FF) is known color: Heliotrope. HEX triplet: B7, 70 and FF. RGB value is (183,112,255). Sum of RGB (Red+Green+Blue) = 183+112+255=550 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.27% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #B770FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770FF is #488F00. Grayscale: #959595. Windows color (decimal): -4755201 or 16740535. OLE color: 16740535.
HSL color Cylindrical-coordinate representation of color #B770FF: hue angle of 269.79º 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 #B770FF is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 112 | 255 | - |
| CMYK | 0.28 | 0.56 | 0 | 0 |
| HSL | 269.79º | 1% | 0.72% | - |
| HSV(B) | 269.79º | 0.56% | 1% | - |
| XYZ | 43.37 | 28.88 | 97.9 | - |
| YUV | 149.53 | 187.52 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 255 | 0.28 | 0.56 | 0 | 0 | 269.79 | 1 | 0.72 |
| Hex | B7 | 70 | FF | 1C | 38 | 0 | 0 | 10E | 64 | 48 |
| Octal | 267 | 160 | 377 | 34 | 70 | 0 | 0 | 416 | 144 | 110 |
| Binary | 10110111 | 1110000 | 11111111 | 11100 | 111000 | 0 | 0 | 100001110 | 1100100 | 1001000 |
Color Harmonies of #B770FF
Complementary color
Monochromatic Colors of #B770FF
Black with #B770FF
Text Example
Text Example
White with #B770FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770FF; }
p { color: rgb(183,112,255); }
H1.HeaderClassName
{
color: #B770FF;
}
.AnyTagClassName
{
color: #B770FF;
}
</style>
background-color css
<style>
a { background-color: #B770FF; }
a { background-color: rgb(183,112,255); }
div.DivClassName
{
background-color: #B770FF;
}
.BgClassName
{
background-color: #B770FF;
}
</style>
border-color css
<style>
span { border-color: #B770FF; }
span { border-color: rgb(183,112,255); }
td.TdClassName
{
border-color: #B770FF;
}
.TagClassName
{
border-color: #B770FF;
}
</style>