Shades of Medium Orchid #BD51E4
Tints of Medium Orchid #BD51E4
RGB
CMYK
RGB Variations
Color information
#BD51E4 (or 0xBD51E4) is known color: Medium Orchid. HEX triplet: BD, 51 and E4. RGB value is (189,81,228). Sum of RGB (Red+Green+Blue) = 189+81+228=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 81 (32.03% from 255 or 16.27% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD51E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51E4 is #42AE1B. Grayscale: #818181. Windows color (decimal): -4369948 or 14963133. OLE color: 14963133.
HSL color Cylindrical-coordinate representation of color #BD51E4: hue angle of 284.08º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD51E4 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 81 | 228 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.11 |
| HSL | 284.08º | 0.73% | 0.61% | - |
| HSV(B) | 284.08º | 0.64% | 0.89% | - |
| XYZ | 37.93 | 22.31 | 75.7 | - |
| YUV | 130.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 228 | 0.17 | 0.64 | 0 | 0.11 | 284.08 | 0.73 | 0.61 |
| Hex | BD | 51 | E4 | 11 | 40 | 0 | B | 11C | 49 | 3D |
| Octal | 275 | 121 | 344 | 21 | 100 | 0 | 13 | 434 | 111 | 75 |
| Binary | 10111101 | 1010001 | 11100100 | 10001 | 1000000 | 0 | 1011 | 100011100 | 1001001 | 111101 |
Color Harmonies of #BD51E4
Complementary color
Monochromatic Colors of #BD51E4
Black with #BD51E4
Text Example
Text Example
White with #BD51E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51E4; }
p { color: rgb(189,81,228); }
H1.HeaderClassName
{
color: #BD51E4;
}
.AnyTagClassName
{
color: #BD51E4;
}
</style>
background-color css
<style>
a { background-color: #BD51E4; }
a { background-color: rgb(189,81,228); }
div.DivClassName
{
background-color: #BD51E4;
}
.BgClassName
{
background-color: #BD51E4;
}
</style>
border-color css
<style>
span { border-color: #BD51E4; }
span { border-color: rgb(189,81,228); }
td.TdClassName
{
border-color: #BD51E4;
}
.TagClassName
{
border-color: #BD51E4;
}
</style>