Shades of Heliotrope #BD74EE
Tints of Heliotrope #BD74EE
RGB
CMYK
RGB Variations
Color information
#BD74EE (or 0xBD74EE) is known color: Heliotrope. HEX triplet: BD, 74 and EE. RGB value is (189,116,238). Sum of RGB (Red+Green+Blue) = 189+116+238=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD74EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD74EE is #428B11. Grayscale: #979797. Windows color (decimal): -4360978 or 15627453. OLE color: 15627453.
HSL color Cylindrical-coordinate representation of color #BD74EE: hue angle of 275.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD74EE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 116 | 238 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.07 |
| HSL | 275.9º | 0.78% | 0.69% | - |
| HSV(B) | 275.9º | 0.51% | 0.93% | - |
| XYZ | 42.66 | 29.48 | 84.33 | - |
| YUV | 151.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 238 | 0.21 | 0.51 | 0 | 0.07 | 275.9 | 0.78 | 0.69 |
| Hex | BD | 74 | EE | 15 | 33 | 0 | 7 | 114 | 4E | 45 |
| Octal | 275 | 164 | 356 | 25 | 63 | 0 | 7 | 424 | 116 | 105 |
| Binary | 10111101 | 1110100 | 11101110 | 10101 | 110011 | 0 | 111 | 100010100 | 1001110 | 1000101 |
Color Harmonies of #BD74EE
Complementary color
Monochromatic Colors of #BD74EE
Black with #BD74EE
Text Example
Text Example
White with #BD74EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD74EE; }
p { color: rgb(189,116,238); }
H1.HeaderClassName
{
color: #BD74EE;
}
.AnyTagClassName
{
color: #BD74EE;
}
</style>
background-color css
<style>
a { background-color: #BD74EE; }
a { background-color: rgb(189,116,238); }
div.DivClassName
{
background-color: #BD74EE;
}
.BgClassName
{
background-color: #BD74EE;
}
</style>
border-color css
<style>
span { border-color: #BD74EE; }
span { border-color: rgb(189,116,238); }
td.TdClassName
{
border-color: #BD74EE;
}
.TagClassName
{
border-color: #BD74EE;
}
</style>