Shades of Heliotrope #BD75FF
Tints of Heliotrope #BD75FF
RGB
CMYK
RGB Variations
Color information
#BD75FF (or 0xBD75FF) is known color: Heliotrope. HEX triplet: BD, 75 and FF. RGB value is (189,117,255). Sum of RGB (Red+Green+Blue) = 189+117+255=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD75FF is #428A00. Grayscale: #999999. Windows color (decimal): -4360705 or 16741821. OLE color: 16741821.
HSL color Cylindrical-coordinate representation of color #BD75FF: hue angle of 271.3º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD75FF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 117 | 255 | - |
| CMYK | 0.26 | 0.54 | 0 | 0 |
| HSL | 271.3º | 1% | 0.73% | - |
| HSV(B) | 271.3º | 0.54% | 1% | - |
| XYZ | 45.4 | 30.76 | 98.15 | - |
| YUV | 154.26 | 184.85 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 255 | 0.26 | 0.54 | 0 | 0 | 271.3 | 1 | 0.73 |
| Hex | BD | 75 | FF | 1A | 36 | 0 | 0 | 10F | 64 | 49 |
| Octal | 275 | 165 | 377 | 32 | 66 | 0 | 0 | 417 | 144 | 111 |
| Binary | 10111101 | 1110101 | 11111111 | 11010 | 110110 | 0 | 0 | 100001111 | 1100100 | 1001001 |
Color Harmonies of #BD75FF
Complementary color
Monochromatic Colors of #BD75FF
Black with #BD75FF
Text Example
Text Example
White with #BD75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD75FF; }
p { color: rgb(189,117,255); }
H1.HeaderClassName
{
color: #BD75FF;
}
.AnyTagClassName
{
color: #BD75FF;
}
</style>
background-color css
<style>
a { background-color: #BD75FF; }
a { background-color: rgb(189,117,255); }
div.DivClassName
{
background-color: #BD75FF;
}
.BgClassName
{
background-color: #BD75FF;
}
</style>
border-color css
<style>
span { border-color: #BD75FF; }
span { border-color: rgb(189,117,255); }
td.TdClassName
{
border-color: #BD75FF;
}
.TagClassName
{
border-color: #BD75FF;
}
</style>