Shades of Heliotrope #BD6AFF
Tints of Heliotrope #BD6AFF
RGB
CMYK
RGB Variations
Color information
#BD6AFF (or 0xBD6AFF) is known color: Heliotrope. HEX triplet: BD, 6A and FF. RGB value is (189,106,255). Sum of RGB (Red+Green+Blue) = 189+106+255=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AFF is #429500. Grayscale: #939393. Windows color (decimal): -4363521 or 16739005. OLE color: 16739005.
HSL color Cylindrical-coordinate representation of color #BD6AFF: hue angle of 273.42º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6AFF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 106 | 255 | - |
| CMYK | 0.26 | 0.58 | 0 | 0 |
| HSL | 273.42º | 1% | 0.71% | - |
| HSV(B) | 273.42º | 0.58% | 1% | - |
| XYZ | 44.19 | 28.35 | 97.75 | - |
| YUV | 147.8 | 188.5 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 255 | 0.26 | 0.58 | 0 | 0 | 273.42 | 1 | 0.71 |
| Hex | BD | 6A | FF | 1A | 3A | 0 | 0 | 111 | 64 | 47 |
| Octal | 275 | 152 | 377 | 32 | 72 | 0 | 0 | 421 | 144 | 107 |
| Binary | 10111101 | 1101010 | 11111111 | 11010 | 111010 | 0 | 0 | 100010001 | 1100100 | 1000111 |
Color Harmonies of #BD6AFF
Complementary color
Monochromatic Colors of #BD6AFF
Black with #BD6AFF
Text Example
Text Example
White with #BD6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6AFF; }
p { color: rgb(189,106,255); }
H1.HeaderClassName
{
color: #BD6AFF;
}
.AnyTagClassName
{
color: #BD6AFF;
}
</style>
background-color css
<style>
a { background-color: #BD6AFF; }
a { background-color: rgb(189,106,255); }
div.DivClassName
{
background-color: #BD6AFF;
}
.BgClassName
{
background-color: #BD6AFF;
}
</style>
border-color css
<style>
span { border-color: #BD6AFF; }
span { border-color: rgb(189,106,255); }
td.TdClassName
{
border-color: #BD6AFF;
}
.TagClassName
{
border-color: #BD6AFF;
}
</style>