Shades of Heliotrope #BD6CFF
Tints of Heliotrope #BD6CFF
RGB
CMYK
RGB Variations
Color information
#BD6CFF (or 0xBD6CFF) is known color: Heliotrope. HEX triplet: BD, 6C and FF. RGB value is (189,108,255). Sum of RGB (Red+Green+Blue) = 189+108+255=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CFF is #429300. Grayscale: #949494. Windows color (decimal): -4363009 or 16739517. OLE color: 16739517.
HSL color Cylindrical-coordinate representation of color #BD6CFF: hue angle of 273.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD6CFF is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 108 | 255 | - |
| CMYK | 0.26 | 0.58 | 0 | 0 |
| HSL | 273.06º | 1% | 0.71% | - |
| HSV(B) | 273.06º | 0.58% | 1% | - |
| XYZ | 44.4 | 28.76 | 97.82 | - |
| YUV | 148.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 255 | 0.26 | 0.58 | 0 | 0 | 273.06 | 1 | 0.71 |
| Hex | BD | 6C | FF | 1A | 3A | 0 | 0 | 111 | 64 | 47 |
| Octal | 275 | 154 | 377 | 32 | 72 | 0 | 0 | 421 | 144 | 107 |
| Binary | 10111101 | 1101100 | 11111111 | 11010 | 111010 | 0 | 0 | 100010001 | 1100100 | 1000111 |
Color Harmonies of #BD6CFF
Complementary color
Monochromatic Colors of #BD6CFF
Black with #BD6CFF
Text Example
Text Example
White with #BD6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CFF; }
p { color: rgb(189,108,255); }
H1.HeaderClassName
{
color: #BD6CFF;
}
.AnyTagClassName
{
color: #BD6CFF;
}
</style>
background-color css
<style>
a { background-color: #BD6CFF; }
a { background-color: rgb(189,108,255); }
div.DivClassName
{
background-color: #BD6CFF;
}
.BgClassName
{
background-color: #BD6CFF;
}
</style>
border-color css
<style>
span { border-color: #BD6CFF; }
span { border-color: rgb(189,108,255); }
td.TdClassName
{
border-color: #BD6CFF;
}
.TagClassName
{
border-color: #BD6CFF;
}
</style>