Shades of Heliotrope #BD69FF
Tints of Heliotrope #BD69FF
RGB
CMYK
RGB Variations
Color information
#BD69FF (or 0xBD69FF) is known color: Heliotrope. HEX triplet: BD, 69 and FF. RGB value is (189,105,255). Sum of RGB (Red+Green+Blue) = 189+105+255=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD69FF is #429600. Grayscale: #929292. Windows color (decimal): -4363777 or 16738749. OLE color: 16738749.
HSL color Cylindrical-coordinate representation of color #BD69FF: hue angle of 273.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD69FF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 105 | 255 | - |
| CMYK | 0.26 | 0.59 | 0 | 0 |
| HSL | 273.6º | 1% | 0.71% | - |
| HSV(B) | 273.6º | 0.59% | 1% | - |
| XYZ | 44.09 | 28.14 | 97.72 | - |
| YUV | 147.22 | 188.83 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 105 | 255 | 0.26 | 0.59 | 0 | 0 | 273.6 | 1 | 0.71 |
| Hex | BD | 69 | FF | 1A | 3B | 0 | 0 | 112 | 64 | 47 |
| Octal | 275 | 151 | 377 | 32 | 73 | 0 | 0 | 422 | 144 | 107 |
| Binary | 10111101 | 1101001 | 11111111 | 11010 | 111011 | 0 | 0 | 100010010 | 1100100 | 1000111 |
Color Harmonies of #BD69FF
Complementary color
Monochromatic Colors of #BD69FF
Black with #BD69FF
Text Example
Text Example
White with #BD69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD69FF; }
p { color: rgb(189,105,255); }
H1.HeaderClassName
{
color: #BD69FF;
}
.AnyTagClassName
{
color: #BD69FF;
}
</style>
background-color css
<style>
a { background-color: #BD69FF; }
a { background-color: rgb(189,105,255); }
div.DivClassName
{
background-color: #BD69FF;
}
.BgClassName
{
background-color: #BD69FF;
}
</style>
border-color css
<style>
span { border-color: #BD69FF; }
span { border-color: rgb(189,105,255); }
td.TdClassName
{
border-color: #BD69FF;
}
.TagClassName
{
border-color: #BD69FF;
}
</style>