Shades of Heliotrope #BD71F0
Tints of Heliotrope #BD71F0
RGB
CMYK
RGB Variations
Color information
#BD71F0 (or 0xBD71F0) is known color: Heliotrope. HEX triplet: BD, 71 and F0. RGB value is (189,113,240). Sum of RGB (Red+Green+Blue) = 189+113+240=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD71F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71F0 is #428E0F. Grayscale: #959595. Windows color (decimal): -4361744 or 15757757. OLE color: 15757757.
HSL color Cylindrical-coordinate representation of color #BD71F0: hue angle of 275.91º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD71F0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 113 | 240 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.06 |
| HSL | 275.91º | 0.81% | 0.69% | - |
| HSV(B) | 275.91º | 0.53% | 0.94% | - |
| XYZ | 42.62 | 28.92 | 85.77 | - |
| YUV | 150.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 240 | 0.21 | 0.53 | 0 | 0.06 | 275.91 | 0.81 | 0.69 |
| Hex | BD | 71 | F0 | 15 | 35 | 0 | 6 | 114 | 51 | 45 |
| Octal | 275 | 161 | 360 | 25 | 65 | 0 | 6 | 424 | 121 | 105 |
| Binary | 10111101 | 1110001 | 11110000 | 10101 | 110101 | 0 | 110 | 100010100 | 1010001 | 1000101 |
Color Harmonies of #BD71F0
Complementary color
Monochromatic Colors of #BD71F0
Black with #BD71F0
Text Example
Text Example
White with #BD71F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71F0; }
p { color: rgb(189,113,240); }
H1.HeaderClassName
{
color: #BD71F0;
}
.AnyTagClassName
{
color: #BD71F0;
}
</style>
background-color css
<style>
a { background-color: #BD71F0; }
a { background-color: rgb(189,113,240); }
div.DivClassName
{
background-color: #BD71F0;
}
.BgClassName
{
background-color: #BD71F0;
}
</style>
border-color css
<style>
span { border-color: #BD71F0; }
span { border-color: rgb(189,113,240); }
td.TdClassName
{
border-color: #BD71F0;
}
.TagClassName
{
border-color: #BD71F0;
}
</style>