Shades of Heliotrope #BD71F9
Tints of Heliotrope #BD71F9
RGB
CMYK
RGB Variations
Color information
#BD71F9 (or 0xBD71F9) is known color: Heliotrope. HEX triplet: BD, 71 and F9. RGB value is (189,113,249). Sum of RGB (Red+Green+Blue) = 189+113+249=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD71F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71F9 is #428E06. Grayscale: #969696. Windows color (decimal): -4361735 or 16347581. OLE color: 16347581.
HSL color Cylindrical-coordinate representation of color #BD71F9: hue angle of 273.53º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD71F9 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 113 | 249 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.02 |
| HSL | 273.53º | 0.92% | 0.71% | - |
| HSV(B) | 273.53º | 0.55% | 0.98% | - |
| XYZ | 43.99 | 29.47 | 92.99 | - |
| YUV | 151.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 249 | 0.24 | 0.55 | 0 | 0.02 | 273.53 | 0.92 | 0.71 |
| Hex | BD | 71 | F9 | 18 | 37 | 0 | 2 | 112 | 5C | 47 |
| Octal | 275 | 161 | 371 | 30 | 67 | 0 | 2 | 422 | 134 | 107 |
| Binary | 10111101 | 1110001 | 11111001 | 11000 | 110111 | 0 | 10 | 100010010 | 1011100 | 1000111 |
Color Harmonies of #BD71F9
Complementary color
Monochromatic Colors of #BD71F9
Black with #BD71F9
Text Example
Text Example
White with #BD71F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71F9; }
p { color: rgb(189,113,249); }
H1.HeaderClassName
{
color: #BD71F9;
}
.AnyTagClassName
{
color: #BD71F9;
}
</style>
background-color css
<style>
a { background-color: #BD71F9; }
a { background-color: rgb(189,113,249); }
div.DivClassName
{
background-color: #BD71F9;
}
.BgClassName
{
background-color: #BD71F9;
}
</style>
border-color css
<style>
span { border-color: #BD71F9; }
span { border-color: rgb(189,113,249); }
td.TdClassName
{
border-color: #BD71F9;
}
.TagClassName
{
border-color: #BD71F9;
}
</style>