Shades of Heliotrope #BD6DFB
Tints of Heliotrope #BD6DFB
RGB
CMYK
RGB Variations
Color information
#BD6DFB (or 0xBD6DFB) is known color: Heliotrope. HEX triplet: BD, 6D and FB. RGB value is (189,109,251). Sum of RGB (Red+Green+Blue) = 189+109+251=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 109 (42.97% from 255 or 19.85% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DFB is #429204. Grayscale: #949494. Windows color (decimal): -4362757 or 16477629. OLE color: 16477629.
HSL color Cylindrical-coordinate representation of color #BD6DFB: hue angle of 273.8º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD6DFB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 109 | 251 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.02 |
| HSL | 273.8º | 0.95% | 0.71% | - |
| HSV(B) | 273.8º | 0.57% | 0.98% | - |
| XYZ | 43.87 | 28.72 | 94.5 | - |
| YUV | 149.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 109 | 251 | 0.25 | 0.57 | 0 | 0.02 | 273.8 | 0.95 | 0.71 |
| Hex | BD | 6D | FB | 19 | 39 | 0 | 2 | 112 | 5F | 47 |
| Octal | 275 | 155 | 373 | 31 | 71 | 0 | 2 | 422 | 137 | 107 |
| Binary | 10111101 | 1101101 | 11111011 | 11001 | 111001 | 0 | 10 | 100010010 | 1011111 | 1000111 |
Color Harmonies of #BD6DFB
Complementary color
Monochromatic Colors of #BD6DFB
Black with #BD6DFB
Text Example
Text Example
White with #BD6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6DFB; }
p { color: rgb(189,109,251); }
H1.HeaderClassName
{
color: #BD6DFB;
}
.AnyTagClassName
{
color: #BD6DFB;
}
</style>
background-color css
<style>
a { background-color: #BD6DFB; }
a { background-color: rgb(189,109,251); }
div.DivClassName
{
background-color: #BD6DFB;
}
.BgClassName
{
background-color: #BD6DFB;
}
</style>
border-color css
<style>
span { border-color: #BD6DFB; }
span { border-color: rgb(189,109,251); }
td.TdClassName
{
border-color: #BD6DFB;
}
.TagClassName
{
border-color: #BD6DFB;
}
</style>