Shades of Heliotrope #B770F2
Tints of Heliotrope #B770F2
RGB
CMYK
RGB Variations
Color information
#B770F2 (or 0xB770F2) is known color: Heliotrope. HEX triplet: B7, 70 and F2. RGB value is (183,112,242). Sum of RGB (Red+Green+Blue) = 183+112+242=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #B770F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770F2 is #488F0D. Grayscale: #939393. Windows color (decimal): -4755214 or 15888567. OLE color: 15888567.
HSL color Cylindrical-coordinate representation of color #B770F2: hue angle of 272.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B770F2 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 112 | 242 | - |
| CMYK | 0.24 | 0.54 | 0 | 0.05 |
| HSL | 272.77º | 0.83% | 0.69% | - |
| HSV(B) | 272.77º | 0.54% | 0.95% | - |
| XYZ | 41.35 | 28.07 | 87.24 | - |
| YUV | 148.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 242 | 0.24 | 0.54 | 0 | 0.05 | 272.77 | 0.83 | 0.69 |
| Hex | B7 | 70 | F2 | 18 | 36 | 0 | 5 | 111 | 53 | 45 |
| Octal | 267 | 160 | 362 | 30 | 66 | 0 | 5 | 421 | 123 | 105 |
| Binary | 10110111 | 1110000 | 11110010 | 11000 | 110110 | 0 | 101 | 100010001 | 1010011 | 1000101 |
Color Harmonies of #B770F2
Complementary color
Monochromatic Colors of #B770F2
Black with #B770F2
Text Example
Text Example
White with #B770F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770F2; }
p { color: rgb(183,112,242); }
H1.HeaderClassName
{
color: #B770F2;
}
.AnyTagClassName
{
color: #B770F2;
}
</style>
background-color css
<style>
a { background-color: #B770F2; }
a { background-color: rgb(183,112,242); }
div.DivClassName
{
background-color: #B770F2;
}
.BgClassName
{
background-color: #B770F2;
}
</style>
border-color css
<style>
span { border-color: #B770F2; }
span { border-color: rgb(183,112,242); }
td.TdClassName
{
border-color: #B770F2;
}
.TagClassName
{
border-color: #B770F2;
}
</style>