Shades of Heliotrope #B972FE
Tints of Heliotrope #B972FE
RGB
CMYK
RGB Variations
Color information
#B972FE (or 0xB972FE) is known color: Heliotrope. HEX triplet: B9, 72 and FE. RGB value is (185,114,254). Sum of RGB (Red+Green+Blue) = 185+114+254=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #B972FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972FE is #468D01. Grayscale: #969696. Windows color (decimal): -4623618 or 16675513. OLE color: 16675513.
HSL color Cylindrical-coordinate representation of color #B972FE: hue angle of 270.43º 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 #B972FE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 114 | 254 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.00 |
| HSL | 270.43º | 0.99% | 0.72% | - |
| HSV(B) | 270.43º | 0.55% | 1% | - |
| XYZ | 43.91 | 29.5 | 97.15 | - |
| YUV | 151.19 | 186.02 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 254 | 0.27 | 0.55 | 0 | 0.00 | 270.43 | 0.99 | 0.72 |
| Hex | B9 | 72 | FE | 1B | 37 | 0 | 0 | 10E | 63 | 48 |
| Octal | 271 | 162 | 376 | 33 | 67 | 0 | 0 | 416 | 143 | 110 |
| Binary | 10111001 | 1110010 | 11111110 | 11011 | 110111 | 0 | 0 | 100001110 | 1100011 | 1001000 |
Color Harmonies of #B972FE
Complementary color
Monochromatic Colors of #B972FE
Black with #B972FE
Text Example
Text Example
White with #B972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972FE; }
p { color: rgb(185,114,254); }
H1.HeaderClassName
{
color: #B972FE;
}
.AnyTagClassName
{
color: #B972FE;
}
</style>
background-color css
<style>
a { background-color: #B972FE; }
a { background-color: rgb(185,114,254); }
div.DivClassName
{
background-color: #B972FE;
}
.BgClassName
{
background-color: #B972FE;
}
</style>
border-color css
<style>
span { border-color: #B972FE; }
span { border-color: rgb(185,114,254); }
td.TdClassName
{
border-color: #B972FE;
}
.TagClassName
{
border-color: #B972FE;
}
</style>