Shades of Heliotrope #B973EF
Tints of Heliotrope #B973EF
RGB
CMYK
RGB Variations
Color information
#B973EF (or 0xB973EF) is known color: Heliotrope. HEX triplet: B9, 73 and EF. RGB value is (185,115,239). Sum of RGB (Red+Green+Blue) = 185+115+239=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #B973EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973EF is #468C10. Grayscale: #959595. Windows color (decimal): -4623377 or 15692729. OLE color: 15692729.
HSL color Cylindrical-coordinate representation of color #B973EF: hue angle of 273.87º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B973EF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 115 | 239 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.06 |
| HSL | 273.87º | 0.79% | 0.69% | - |
| HSV(B) | 273.87º | 0.52% | 0.94% | - |
| XYZ | 41.72 | 28.81 | 85.02 | - |
| YUV | 150.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 239 | 0.23 | 0.52 | 0 | 0.06 | 273.87 | 0.79 | 0.69 |
| Hex | B9 | 73 | EF | 17 | 34 | 0 | 6 | 112 | 4F | 45 |
| Octal | 271 | 163 | 357 | 27 | 64 | 0 | 6 | 422 | 117 | 105 |
| Binary | 10111001 | 1110011 | 11101111 | 10111 | 110100 | 0 | 110 | 100010010 | 1001111 | 1000101 |
Color Harmonies of #B973EF
Complementary color
Monochromatic Colors of #B973EF
Black with #B973EF
Text Example
Text Example
White with #B973EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B973EF; }
p { color: rgb(185,115,239); }
H1.HeaderClassName
{
color: #B973EF;
}
.AnyTagClassName
{
color: #B973EF;
}
</style>
background-color css
<style>
a { background-color: #B973EF; }
a { background-color: rgb(185,115,239); }
div.DivClassName
{
background-color: #B973EF;
}
.BgClassName
{
background-color: #B973EF;
}
</style>
border-color css
<style>
span { border-color: #B973EF; }
span { border-color: rgb(185,115,239); }
td.TdClassName
{
border-color: #B973EF;
}
.TagClassName
{
border-color: #B973EF;
}
</style>