Shades of Heliotrope #B975FF
Tints of Heliotrope #B975FF
RGB
CMYK
RGB Variations
Color information
#B975FF (or 0xB975FF) is known color: Heliotrope. HEX triplet: B9, 75 and FF. RGB value is (185,117,255). Sum of RGB (Red+Green+Blue) = 185+117+255=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #B975FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B975FF is #468A00. Grayscale: #989898. Windows color (decimal): -4622849 or 16741817. OLE color: 16741817.
HSL color Cylindrical-coordinate representation of color #B975FF: hue angle of 269.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B975FF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 117 | 255 | - |
| CMYK | 0.27 | 0.54 | 0 | 0 |
| HSL | 269.57º | 1% | 0.73% | - |
| HSV(B) | 269.57º | 0.54% | 1% | - |
| XYZ | 44.42 | 30.26 | 98.11 | - |
| YUV | 153.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 255 | 0.27 | 0.54 | 0 | 0 | 269.57 | 1 | 0.73 |
| Hex | B9 | 75 | FF | 1B | 36 | 0 | 0 | 10E | 64 | 49 |
| Octal | 271 | 165 | 377 | 33 | 66 | 0 | 0 | 416 | 144 | 111 |
| Binary | 10111001 | 1110101 | 11111111 | 11011 | 110110 | 0 | 0 | 100001110 | 1100100 | 1001001 |
Color Harmonies of #B975FF
Complementary color
Monochromatic Colors of #B975FF
Black with #B975FF
Text Example
Text Example
White with #B975FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975FF; }
p { color: rgb(185,117,255); }
H1.HeaderClassName
{
color: #B975FF;
}
.AnyTagClassName
{
color: #B975FF;
}
</style>
background-color css
<style>
a { background-color: #B975FF; }
a { background-color: rgb(185,117,255); }
div.DivClassName
{
background-color: #B975FF;
}
.BgClassName
{
background-color: #B975FF;
}
</style>
border-color css
<style>
span { border-color: #B975FF; }
span { border-color: rgb(185,117,255); }
td.TdClassName
{
border-color: #B975FF;
}
.TagClassName
{
border-color: #B975FF;
}
</style>