Shades of Medium Orchid #BD5FEC
Tints of Medium Orchid #BD5FEC
RGB
CMYK
RGB Variations
Color information
#BD5FEC (or 0xBD5FEC) is known color: Medium Orchid. HEX triplet: BD, 5F and EC. RGB value is (189,95,236). Sum of RGB (Red+Green+Blue) = 189+95+236=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FEC is #42A013. Grayscale: #8A8A8A. Windows color (decimal): -4366356 or 15491005. OLE color: 15491005.
HSL color Cylindrical-coordinate representation of color #BD5FEC: hue angle of 280º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD5FEC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 95 | 236 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.07 |
| HSL | 280º | 0.79% | 0.65% | - |
| HSV(B) | 280º | 0.6% | 0.93% | - |
| XYZ | 40.22 | 25.06 | 82.07 | - |
| YUV | 139.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 236 | 0.20 | 0.60 | 0 | 0.07 | 280 | 0.79 | 0.65 |
| Hex | BD | 5F | EC | 14 | 3C | 0 | 7 | 118 | 4F | 41 |
| Octal | 275 | 137 | 354 | 24 | 74 | 0 | 7 | 430 | 117 | 101 |
| Binary | 10111101 | 1011111 | 11101100 | 10100 | 111100 | 0 | 111 | 100011000 | 1001111 | 1000001 |
Color Harmonies of #BD5FEC
Complementary color
Monochromatic Colors of #BD5FEC
Black with #BD5FEC
Text Example
Text Example
White with #BD5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FEC; }
p { color: rgb(189,95,236); }
H1.HeaderClassName
{
color: #BD5FEC;
}
.AnyTagClassName
{
color: #BD5FEC;
}
</style>
background-color css
<style>
a { background-color: #BD5FEC; }
a { background-color: rgb(189,95,236); }
div.DivClassName
{
background-color: #BD5FEC;
}
.BgClassName
{
background-color: #BD5FEC;
}
</style>
border-color css
<style>
span { border-color: #BD5FEC; }
span { border-color: rgb(189,95,236); }
td.TdClassName
{
border-color: #BD5FEC;
}
.TagClassName
{
border-color: #BD5FEC;
}
</style>