Shades of Heliotrope #BD71ED
Tints of Heliotrope #BD71ED
RGB
CMYK
RGB Variations
Color information
#BD71ED (or 0xBD71ED) is known color: Heliotrope. HEX triplet: BD, 71 and ED. RGB value is (189,113,237). Sum of RGB (Red+Green+Blue) = 189+113+237=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71ED is #428E12. Grayscale: #959595. Windows color (decimal): -4361747 or 15561149. OLE color: 15561149.
HSL color Cylindrical-coordinate representation of color #BD71ED: hue angle of 276.77º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD71ED is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 113 | 237 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.07 |
| HSL | 276.77º | 0.78% | 0.69% | - |
| HSV(B) | 276.77º | 0.52% | 0.93% | - |
| XYZ | 42.18 | 28.74 | 83.45 | - |
| YUV | 149.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 237 | 0.20 | 0.52 | 0 | 0.07 | 276.77 | 0.78 | 0.69 |
| Hex | BD | 71 | ED | 14 | 34 | 0 | 7 | 115 | 4E | 45 |
| Octal | 275 | 161 | 355 | 24 | 64 | 0 | 7 | 425 | 116 | 105 |
| Binary | 10111101 | 1110001 | 11101101 | 10100 | 110100 | 0 | 111 | 100010101 | 1001110 | 1000101 |
Color Harmonies of #BD71ED
Complementary color
Monochromatic Colors of #BD71ED
Black with #BD71ED
Text Example
Text Example
White with #BD71ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71ED; }
p { color: rgb(189,113,237); }
H1.HeaderClassName
{
color: #BD71ED;
}
.AnyTagClassName
{
color: #BD71ED;
}
</style>
background-color css
<style>
a { background-color: #BD71ED; }
a { background-color: rgb(189,113,237); }
div.DivClassName
{
background-color: #BD71ED;
}
.BgClassName
{
background-color: #BD71ED;
}
</style>
border-color css
<style>
span { border-color: #BD71ED; }
span { border-color: rgb(189,113,237); }
td.TdClassName
{
border-color: #BD71ED;
}
.TagClassName
{
border-color: #BD71ED;
}
</style>