Shades of Heliotrope #B970FF
Tints of Heliotrope #B970FF
RGB
CMYK
RGB Variations
Color information
#B970FF (or 0xB970FF) is known color: Heliotrope. HEX triplet: B9, 70 and FF. RGB value is (185,112,255). Sum of RGB (Red+Green+Blue) = 185+112+255=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 112 (44.14% from 255 or 20.29% 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 #B970FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970FF is #468F00. Grayscale: #959595. Windows color (decimal): -4624129 or 16740537. OLE color: 16740537.
HSL color Cylindrical-coordinate representation of color #B970FF: hue angle of 270.63º 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 #B970FF is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 112 | 255 | - |
| CMYK | 0.27 | 0.56 | 0 | 0 |
| HSL | 270.63º | 1% | 0.72% | - |
| HSV(B) | 270.63º | 0.56% | 1% | - |
| XYZ | 43.85 | 29.12 | 97.92 | - |
| YUV | 150.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 255 | 0.27 | 0.56 | 0 | 0 | 270.63 | 1 | 0.72 |
| Hex | B9 | 70 | FF | 1B | 38 | 0 | 0 | 10F | 64 | 48 |
| Octal | 271 | 160 | 377 | 33 | 70 | 0 | 0 | 417 | 144 | 110 |
| Binary | 10111001 | 1110000 | 11111111 | 11011 | 111000 | 0 | 0 | 100001111 | 1100100 | 1001000 |
Color Harmonies of #B970FF
Complementary color
Monochromatic Colors of #B970FF
Black with #B970FF
Text Example
Text Example
White with #B970FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970FF; }
p { color: rgb(185,112,255); }
H1.HeaderClassName
{
color: #B970FF;
}
.AnyTagClassName
{
color: #B970FF;
}
</style>
background-color css
<style>
a { background-color: #B970FF; }
a { background-color: rgb(185,112,255); }
div.DivClassName
{
background-color: #B970FF;
}
.BgClassName
{
background-color: #B970FF;
}
</style>
border-color css
<style>
span { border-color: #B970FF; }
span { border-color: rgb(185,112,255); }
td.TdClassName
{
border-color: #B970FF;
}
.TagClassName
{
border-color: #B970FF;
}
</style>