Shades of Medium Orchid #BD54EE
Tints of Medium Orchid #BD54EE
RGB
CMYK
RGB Variations
Color information
#BD54EE (or 0xBD54EE) is known color: Medium Orchid. HEX triplet: BD, 54 and EE. RGB value is (189,84,238). Sum of RGB (Red+Green+Blue) = 189+84+238=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD54EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54EE is #42AB11. Grayscale: #848484. Windows color (decimal): -4369170 or 15619261. OLE color: 15619261.
HSL color Cylindrical-coordinate representation of color #BD54EE: hue angle of 280.91º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD54EE is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 84 | 238 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.07 |
| HSL | 280.91º | 0.82% | 0.63% | - |
| HSV(B) | 280.91º | 0.65% | 0.93% | - |
| XYZ | 39.59 | 23.33 | 83.31 | - |
| YUV | 132.95 | 187.29 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 238 | 0.21 | 0.65 | 0 | 0.07 | 280.91 | 0.82 | 0.63 |
| Hex | BD | 54 | EE | 15 | 41 | 0 | 7 | 119 | 52 | 3F |
| Octal | 275 | 124 | 356 | 25 | 101 | 0 | 7 | 431 | 122 | 77 |
| Binary | 10111101 | 1010100 | 11101110 | 10101 | 1000001 | 0 | 111 | 100011001 | 1010010 | 111111 |
Color Harmonies of #BD54EE
Complementary color
Monochromatic Colors of #BD54EE
Black with #BD54EE
Text Example
Text Example
White with #BD54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD54EE; }
p { color: rgb(189,84,238); }
H1.HeaderClassName
{
color: #BD54EE;
}
.AnyTagClassName
{
color: #BD54EE;
}
</style>
background-color css
<style>
a { background-color: #BD54EE; }
a { background-color: rgb(189,84,238); }
div.DivClassName
{
background-color: #BD54EE;
}
.BgClassName
{
background-color: #BD54EE;
}
</style>
border-color css
<style>
span { border-color: #BD54EE; }
span { border-color: rgb(189,84,238); }
td.TdClassName
{
border-color: #BD54EE;
}
.TagClassName
{
border-color: #BD54EE;
}
</style>