Shades of Heliotrope #BD6DF1
Tints of Heliotrope #BD6DF1
RGB
CMYK
RGB Variations
Color information
#BD6DF1 (or 0xBD6DF1) is known color: Heliotrope. HEX triplet: BD, 6D and F1. RGB value is (189,109,241). Sum of RGB (Red+Green+Blue) = 189+109+241=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DF1 is #42920E. Grayscale: #939393. Windows color (decimal): -4362767 or 15822269. OLE color: 15822269.
HSL color Cylindrical-coordinate representation of color #BD6DF1: hue angle of 276.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6DF1 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 109 | 241 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.05 |
| HSL | 276.36º | 0.83% | 0.69% | - |
| HSV(B) | 276.36º | 0.55% | 0.95% | - |
| XYZ | 42.33 | 28.11 | 86.41 | - |
| YUV | 147.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 241 | 0.22 | 0.55 | 0 | 0.05 | 276.36 | 0.83 | 0.69 |
| Hex | BD | 6D | F1 | 16 | 37 | 0 | 5 | 114 | 52 | 45 |
| Octal | 275 | 155 | 361 | 26 | 67 | 0 | 5 | 424 | 122 | 105 |
| Binary | 10111101 | 1101101 | 11110001 | 10110 | 110111 | 0 | 101 | 100010100 | 1010010 | 1000101 |
Color Harmonies of #BD6DF1
Complementary color
Monochromatic Colors of #BD6DF1
Black with #BD6DF1
Text Example
Text Example
White with #BD6DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DF1; }
p { color: rgb(189,109,241); }
H1.HeaderClassName
{
color: #BD6DF1;
}
.AnyTagClassName
{
color: #BD6DF1;
}
</style>
background-color css
<style>
a { background-color: #BD6DF1; }
a { background-color: rgb(189,109,241); }
div.DivClassName
{
background-color: #BD6DF1;
}
.BgClassName
{
background-color: #BD6DF1;
}
</style>
border-color css
<style>
span { border-color: #BD6DF1; }
span { border-color: rgb(189,109,241); }
td.TdClassName
{
border-color: #BD6DF1;
}
.TagClassName
{
border-color: #BD6DF1;
}
</style>