Shades of Heliotrope #BD6EFD
Tints of Heliotrope #BD6EFD
RGB
CMYK
RGB Variations
Color information
#BD6EFD (or 0xBD6EFD) is known color: Heliotrope. HEX triplet: BD, 6E and FD. RGB value is (189,110,253). Sum of RGB (Red+Green+Blue) = 189+110+253=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 110 (43.36% from 255 or 19.93% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD6EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EFD is #429102. Grayscale: #959595. Windows color (decimal): -4362499 or 16608957. OLE color: 16608957.
HSL color Cylindrical-coordinate representation of color #BD6EFD: hue angle of 273.15º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD6EFD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 110 | 253 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.01 |
| HSL | 273.15º | 0.97% | 0.71% | - |
| HSV(B) | 273.15º | 0.57% | 0.99% | - |
| XYZ | 44.29 | 29.06 | 96.2 | - |
| YUV | 149.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 253 | 0.25 | 0.57 | 0 | 0.01 | 273.15 | 0.97 | 0.71 |
| Hex | BD | 6E | FD | 19 | 39 | 0 | 1 | 111 | 61 | 47 |
| Octal | 275 | 156 | 375 | 31 | 71 | 0 | 1 | 421 | 141 | 107 |
| Binary | 10111101 | 1101110 | 11111101 | 11001 | 111001 | 0 | 1 | 100010001 | 1100001 | 1000111 |
Color Harmonies of #BD6EFD
Complementary color
Monochromatic Colors of #BD6EFD
Black with #BD6EFD
Text Example
Text Example
White with #BD6EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EFD; }
p { color: rgb(189,110,253); }
H1.HeaderClassName
{
color: #BD6EFD;
}
.AnyTagClassName
{
color: #BD6EFD;
}
</style>
background-color css
<style>
a { background-color: #BD6EFD; }
a { background-color: rgb(189,110,253); }
div.DivClassName
{
background-color: #BD6EFD;
}
.BgClassName
{
background-color: #BD6EFD;
}
</style>
border-color css
<style>
span { border-color: #BD6EFD; }
span { border-color: rgb(189,110,253); }
td.TdClassName
{
border-color: #BD6EFD;
}
.TagClassName
{
border-color: #BD6EFD;
}
</style>