Shades of Heliotrope #BD6EFB
Tints of Heliotrope #BD6EFB
RGB
CMYK
RGB Variations
Color information
#BD6EFB (or 0xBD6EFB) is known color: Heliotrope. HEX triplet: BD, 6E and FB. RGB value is (189,110,251). Sum of RGB (Red+Green+Blue) = 189+110+251=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 110 (43.36% from 255 or 20% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD6EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6EFB is #429104. Grayscale: #959595. Windows color (decimal): -4362501 or 16477885. OLE color: 16477885.
HSL color Cylindrical-coordinate representation of color #BD6EFB: hue angle of 273.62º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6EFB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 110 | 251 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.02 |
| HSL | 273.62º | 0.95% | 0.71% | - |
| HSV(B) | 273.62º | 0.56% | 0.98% | - |
| XYZ | 43.97 | 28.94 | 94.53 | - |
| YUV | 149.7 | 185.17 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 110 | 251 | 0.25 | 0.56 | 0 | 0.02 | 273.62 | 0.95 | 0.71 |
| Hex | BD | 6E | FB | 19 | 38 | 0 | 2 | 112 | 5F | 47 |
| Octal | 275 | 156 | 373 | 31 | 70 | 0 | 2 | 422 | 137 | 107 |
| Binary | 10111101 | 1101110 | 11111011 | 11001 | 111000 | 0 | 10 | 100010010 | 1011111 | 1000111 |
Color Harmonies of #BD6EFB
Complementary color
Monochromatic Colors of #BD6EFB
Black with #BD6EFB
Text Example
Text Example
White with #BD6EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6EFB; }
p { color: rgb(189,110,251); }
H1.HeaderClassName
{
color: #BD6EFB;
}
.AnyTagClassName
{
color: #BD6EFB;
}
</style>
background-color css
<style>
a { background-color: #BD6EFB; }
a { background-color: rgb(189,110,251); }
div.DivClassName
{
background-color: #BD6EFB;
}
.BgClassName
{
background-color: #BD6EFB;
}
</style>
border-color css
<style>
span { border-color: #BD6EFB; }
span { border-color: rgb(189,110,251); }
td.TdClassName
{
border-color: #BD6EFB;
}
.TagClassName
{
border-color: #BD6EFB;
}
</style>