Shades of Heliotrope #B770FE
Tints of Heliotrope #B770FE
RGB
CMYK
RGB Variations
Color information
#B770FE (or 0xB770FE) is known color: Heliotrope. HEX triplet: B7, 70 and FE. RGB value is (183,112,254). Sum of RGB (Red+Green+Blue) = 183+112+254=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B770FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B770FE is #488F01. Grayscale: #949494. Windows color (decimal): -4755202 or 16674999. OLE color: 16674999.
HSL color Cylindrical-coordinate representation of color #B770FE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B770FE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 112 | 254 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.72% | - |
| HSV(B) | 270º | 0.56% | 1% | - |
| XYZ | 43.21 | 28.81 | 97.05 | - |
| YUV | 149.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 254 | 0.28 | 0.56 | 0 | 0.00 | 270 | 0.99 | 0.72 |
| Hex | B7 | 70 | FE | 1C | 38 | 0 | 0 | 10E | 63 | 48 |
| Octal | 267 | 160 | 376 | 34 | 70 | 0 | 0 | 416 | 143 | 110 |
| Binary | 10110111 | 1110000 | 11111110 | 11100 | 111000 | 0 | 0 | 100001110 | 1100011 | 1001000 |
Color Harmonies of #B770FE
Complementary color
Monochromatic Colors of #B770FE
Black with #B770FE
Text Example
Text Example
White with #B770FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770FE; }
p { color: rgb(183,112,254); }
H1.HeaderClassName
{
color: #B770FE;
}
.AnyTagClassName
{
color: #B770FE;
}
</style>
background-color css
<style>
a { background-color: #B770FE; }
a { background-color: rgb(183,112,254); }
div.DivClassName
{
background-color: #B770FE;
}
.BgClassName
{
background-color: #B770FE;
}
</style>
border-color css
<style>
span { border-color: #B770FE; }
span { border-color: rgb(183,112,254); }
td.TdClassName
{
border-color: #B770FE;
}
.TagClassName
{
border-color: #B770FE;
}
</style>