Shades of Heliotrope #BD6FFF
Tints of Heliotrope #BD6FFF
RGB
CMYK
RGB Variations
Color information
#BD6FFF (or 0xBD6FFF) is known color: Heliotrope. HEX triplet: BD, 6F and FF. RGB value is (189,111,255). Sum of RGB (Red+Green+Blue) = 189+111+255=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD6FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FFF is #429000. Grayscale: #969696. Windows color (decimal): -4362241 or 16740285. OLE color: 16740285.
HSL color Cylindrical-coordinate representation of color #BD6FFF: hue angle of 272.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6FFF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 111 | 255 | - |
| CMYK | 0.26 | 0.56 | 0 | 0 |
| HSL | 272.5º | 1% | 0.72% | - |
| HSV(B) | 272.5º | 0.56% | 1% | - |
| XYZ | 44.72 | 29.41 | 97.93 | - |
| YUV | 150.74 | 186.84 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 255 | 0.26 | 0.56 | 0 | 0 | 272.5 | 1 | 0.72 |
| Hex | BD | 6F | FF | 1A | 38 | 0 | 0 | 110 | 64 | 48 |
| Octal | 275 | 157 | 377 | 32 | 70 | 0 | 0 | 420 | 144 | 110 |
| Binary | 10111101 | 1101111 | 11111111 | 11010 | 111000 | 0 | 0 | 100010000 | 1100100 | 1001000 |
Color Harmonies of #BD6FFF
Complementary color
Monochromatic Colors of #BD6FFF
Black with #BD6FFF
Text Example
Text Example
White with #BD6FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6FFF; }
p { color: rgb(189,111,255); }
H1.HeaderClassName
{
color: #BD6FFF;
}
.AnyTagClassName
{
color: #BD6FFF;
}
</style>
background-color css
<style>
a { background-color: #BD6FFF; }
a { background-color: rgb(189,111,255); }
div.DivClassName
{
background-color: #BD6FFF;
}
.BgClassName
{
background-color: #BD6FFF;
}
</style>
border-color css
<style>
span { border-color: #BD6FFF; }
span { border-color: rgb(189,111,255); }
td.TdClassName
{
border-color: #BD6FFF;
}
.TagClassName
{
border-color: #BD6FFF;
}
</style>