Shades of Heliotrope #BD71FF
Tints of Heliotrope #BD71FF
RGB
CMYK
RGB Variations
Color information
#BD71FF (or 0xBD71FF) is known color: Heliotrope. HEX triplet: BD, 71 and FF. RGB value is (189,113,255). Sum of RGB (Red+Green+Blue) = 189+113+255=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 113 (44.53% from 255 or 20.29% 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 #BD71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD71FF is #428E00. Grayscale: #979797. Windows color (decimal): -4361729 or 16740797. OLE color: 16740797.
HSL color Cylindrical-coordinate representation of color #BD71FF: hue angle of 272.11º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD71FF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 113 | 255 | - |
| CMYK | 0.26 | 0.56 | 0 | 0 |
| HSL | 272.11º | 1% | 0.72% | - |
| HSV(B) | 272.11º | 0.56% | 1% | - |
| XYZ | 44.94 | 29.85 | 98 | - |
| YUV | 151.91 | 186.18 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 255 | 0.26 | 0.56 | 0 | 0 | 272.11 | 1 | 0.72 |
| Hex | BD | 71 | FF | 1A | 38 | 0 | 0 | 110 | 64 | 48 |
| Octal | 275 | 161 | 377 | 32 | 70 | 0 | 0 | 420 | 144 | 110 |
| Binary | 10111101 | 1110001 | 11111111 | 11010 | 111000 | 0 | 0 | 100010000 | 1100100 | 1001000 |
Color Harmonies of #BD71FF
Complementary color
Monochromatic Colors of #BD71FF
Black with #BD71FF
Text Example
Text Example
White with #BD71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD71FF; }
p { color: rgb(189,113,255); }
H1.HeaderClassName
{
color: #BD71FF;
}
.AnyTagClassName
{
color: #BD71FF;
}
</style>
background-color css
<style>
a { background-color: #BD71FF; }
a { background-color: rgb(189,113,255); }
div.DivClassName
{
background-color: #BD71FF;
}
.BgClassName
{
background-color: #BD71FF;
}
</style>
border-color css
<style>
span { border-color: #BD71FF; }
span { border-color: rgb(189,113,255); }
td.TdClassName
{
border-color: #BD71FF;
}
.TagClassName
{
border-color: #BD71FF;
}
</style>