Shades of Heliotrope #B772FF
Tints of Heliotrope #B772FF
RGB
CMYK
RGB Variations
Color information
#B772FF (or 0xB772FF) is known color: Heliotrope. HEX triplet: B7, 72 and FF. RGB value is (183,114,255). Sum of RGB (Red+Green+Blue) = 183+114+255=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B772FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772FF is #488D00. Grayscale: #969696. Windows color (decimal): -4754689 or 16741047. OLE color: 16741047.
HSL color Cylindrical-coordinate representation of color #B772FF: hue angle of 269.36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B772FF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 114 | 255 | - |
| CMYK | 0.28 | 0.55 | 0 | 0 |
| HSL | 269.36º | 1% | 0.72% | - |
| HSV(B) | 269.36º | 0.55% | 1% | - |
| XYZ | 43.6 | 29.32 | 97.97 | - |
| YUV | 150.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 255 | 0.28 | 0.55 | 0 | 0 | 269.36 | 1 | 0.72 |
| Hex | B7 | 72 | FF | 1C | 37 | 0 | 0 | 10D | 64 | 48 |
| Octal | 267 | 162 | 377 | 34 | 67 | 0 | 0 | 415 | 144 | 110 |
| Binary | 10110111 | 1110010 | 11111111 | 11100 | 110111 | 0 | 0 | 100001101 | 1100100 | 1001000 |
Color Harmonies of #B772FF
Complementary color
Monochromatic Colors of #B772FF
Black with #B772FF
Text Example
Text Example
White with #B772FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772FF; }
p { color: rgb(183,114,255); }
H1.HeaderClassName
{
color: #B772FF;
}
.AnyTagClassName
{
color: #B772FF;
}
</style>
background-color css
<style>
a { background-color: #B772FF; }
a { background-color: rgb(183,114,255); }
div.DivClassName
{
background-color: #B772FF;
}
.BgClassName
{
background-color: #B772FF;
}
</style>
border-color css
<style>
span { border-color: #B772FF; }
span { border-color: rgb(183,114,255); }
td.TdClassName
{
border-color: #B772FF;
}
.TagClassName
{
border-color: #B772FF;
}
</style>