Shades of Heliotrope #BD71F5
Tints of Heliotrope #BD71F5
RGB
CMYK
RGB Variations
Color information
#BD71F5 (or 0xBD71F5) is known color: Heliotrope. HEX triplet: BD, 71 and F5. RGB value is (189,113,245). Sum of RGB (Red+Green+Blue) = 189+113+245=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD71F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71F5 is #428E0A. Grayscale: #969696. Windows color (decimal): -4361739 or 16085437. OLE color: 16085437.
HSL color Cylindrical-coordinate representation of color #BD71F5: hue angle of 274.55º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD71F5 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 113 | 245 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.04 |
| HSL | 274.55º | 0.87% | 0.7% | - |
| HSV(B) | 274.55º | 0.54% | 0.96% | - |
| XYZ | 43.37 | 29.22 | 89.74 | - |
| YUV | 150.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 245 | 0.23 | 0.54 | 0 | 0.04 | 274.55 | 0.87 | 0.7 |
| Hex | BD | 71 | F5 | 17 | 36 | 0 | 4 | 113 | 57 | 46 |
| Octal | 275 | 161 | 365 | 27 | 66 | 0 | 4 | 423 | 127 | 106 |
| Binary | 10111101 | 1110001 | 11110101 | 10111 | 110110 | 0 | 100 | 100010011 | 1010111 | 1000110 |
Color Harmonies of #BD71F5
Complementary color
Monochromatic Colors of #BD71F5
Black with #BD71F5
Text Example
Text Example
White with #BD71F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71F5; }
p { color: rgb(189,113,245); }
H1.HeaderClassName
{
color: #BD71F5;
}
.AnyTagClassName
{
color: #BD71F5;
}
</style>
background-color css
<style>
a { background-color: #BD71F5; }
a { background-color: rgb(189,113,245); }
div.DivClassName
{
background-color: #BD71F5;
}
.BgClassName
{
background-color: #BD71F5;
}
</style>
border-color css
<style>
span { border-color: #BD71F5; }
span { border-color: rgb(189,113,245); }
td.TdClassName
{
border-color: #BD71F5;
}
.TagClassName
{
border-color: #BD71F5;
}
</style>