Shades of Heliotrope #B772FA
Tints of Heliotrope #B772FA
RGB
CMYK
RGB Variations
Color information
#B772FA (or 0xB772FA) is known color: Heliotrope. HEX triplet: B7, 72 and FA. RGB value is (183,114,250). Sum of RGB (Red+Green+Blue) = 183+114+250=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #B772FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772FA is #488D05. Grayscale: #959595. Windows color (decimal): -4754694 or 16413367. OLE color: 16413367.
HSL color Cylindrical-coordinate representation of color #B772FA: hue angle of 270.44º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B772FA is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 114 | 250 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.02 |
| HSL | 270.44º | 0.93% | 0.71% | - |
| HSV(B) | 270.44º | 0.54% | 0.98% | - |
| XYZ | 42.8 | 29 | 93.78 | - |
| YUV | 150.14 | 184.36 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 250 | 0.27 | 0.54 | 0 | 0.02 | 270.44 | 0.93 | 0.71 |
| Hex | B7 | 72 | FA | 1B | 36 | 0 | 2 | 10E | 5D | 47 |
| Octal | 267 | 162 | 372 | 33 | 66 | 0 | 2 | 416 | 135 | 107 |
| Binary | 10110111 | 1110010 | 11111010 | 11011 | 110110 | 0 | 10 | 100001110 | 1011101 | 1000111 |
Color Harmonies of #B772FA
Complementary color
Monochromatic Colors of #B772FA
Black with #B772FA
Text Example
Text Example
White with #B772FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772FA; }
p { color: rgb(183,114,250); }
H1.HeaderClassName
{
color: #B772FA;
}
.AnyTagClassName
{
color: #B772FA;
}
</style>
background-color css
<style>
a { background-color: #B772FA; }
a { background-color: rgb(183,114,250); }
div.DivClassName
{
background-color: #B772FA;
}
.BgClassName
{
background-color: #B772FA;
}
</style>
border-color css
<style>
span { border-color: #B772FA; }
span { border-color: rgb(183,114,250); }
td.TdClassName
{
border-color: #B772FA;
}
.TagClassName
{
border-color: #B772FA;
}
</style>