Shades of Heliotrope #B973FE
Tints of Heliotrope #B973FE
RGB
CMYK
RGB Variations
Color information
#B973FE (or 0xB973FE) is known color: Heliotrope. HEX triplet: B9, 73 and FE. RGB value is (185,115,254). Sum of RGB (Red+Green+Blue) = 185+115+254=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #B973FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973FE is #468C01. Grayscale: #979797. Windows color (decimal): -4623362 or 16675769. OLE color: 16675769.
HSL color Cylindrical-coordinate representation of color #B973FE: hue angle of 270.22º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B973FE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 115 | 254 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.00 |
| HSL | 270.22º | 0.99% | 0.72% | - |
| HSV(B) | 270.22º | 0.55% | 1% | - |
| XYZ | 44.03 | 29.73 | 97.18 | - |
| YUV | 151.78 | 185.69 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 254 | 0.27 | 0.55 | 0 | 0.00 | 270.22 | 0.99 | 0.72 |
| Hex | B9 | 73 | FE | 1B | 37 | 0 | 0 | 10E | 63 | 48 |
| Octal | 271 | 163 | 376 | 33 | 67 | 0 | 0 | 416 | 143 | 110 |
| Binary | 10111001 | 1110011 | 11111110 | 11011 | 110111 | 0 | 0 | 100001110 | 1100011 | 1001000 |
Color Harmonies of #B973FE
Complementary color
Monochromatic Colors of #B973FE
Black with #B973FE
Text Example
Text Example
White with #B973FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973FE; }
p { color: rgb(185,115,254); }
H1.HeaderClassName
{
color: #B973FE;
}
.AnyTagClassName
{
color: #B973FE;
}
</style>
background-color css
<style>
a { background-color: #B973FE; }
a { background-color: rgb(185,115,254); }
div.DivClassName
{
background-color: #B973FE;
}
.BgClassName
{
background-color: #B973FE;
}
</style>
border-color css
<style>
span { border-color: #B973FE; }
span { border-color: rgb(185,115,254); }
td.TdClassName
{
border-color: #B973FE;
}
.TagClassName
{
border-color: #B973FE;
}
</style>