Shades of Heliotrope #BD6DF0
Tints of Heliotrope #BD6DF0
RGB
CMYK
RGB Variations
Color information
#BD6DF0 (or 0xBD6DF0) is known color: Heliotrope. HEX triplet: BD, 6D and F0. RGB value is (189,109,240). Sum of RGB (Red+Green+Blue) = 189+109+240=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD6DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DF0 is #42920F. Grayscale: #939393. Windows color (decimal): -4362768 or 15756733. OLE color: 15756733.
HSL color Cylindrical-coordinate representation of color #BD6DF0: hue angle of 276.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6DF0 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 109 | 240 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.06 |
| HSL | 276.64º | 0.81% | 0.68% | - |
| HSV(B) | 276.64º | 0.55% | 0.94% | - |
| XYZ | 42.18 | 28.05 | 85.63 | - |
| YUV | 147.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 240 | 0.21 | 0.55 | 0 | 0.06 | 276.64 | 0.81 | 0.68 |
| Hex | BD | 6D | F0 | 15 | 37 | 0 | 6 | 115 | 51 | 44 |
| Octal | 275 | 155 | 360 | 25 | 67 | 0 | 6 | 425 | 121 | 104 |
| Binary | 10111101 | 1101101 | 11110000 | 10101 | 110111 | 0 | 110 | 100010101 | 1010001 | 1000100 |
Color Harmonies of #BD6DF0
Complementary color
Monochromatic Colors of #BD6DF0
Black with #BD6DF0
Text Example
Text Example
White with #BD6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DF0; }
p { color: rgb(189,109,240); }
H1.HeaderClassName
{
color: #BD6DF0;
}
.AnyTagClassName
{
color: #BD6DF0;
}
</style>
background-color css
<style>
a { background-color: #BD6DF0; }
a { background-color: rgb(189,109,240); }
div.DivClassName
{
background-color: #BD6DF0;
}
.BgClassName
{
background-color: #BD6DF0;
}
</style>
border-color css
<style>
span { border-color: #BD6DF0; }
span { border-color: rgb(189,109,240); }
td.TdClassName
{
border-color: #BD6DF0;
}
.TagClassName
{
border-color: #BD6DF0;
}
</style>