Shades of Medium Orchid #BD3CEC
Tints of Medium Orchid #BD3CEC
RGB
CMYK
RGB Variations
Color information
#BD3CEC (or 0xBD3CEC) is known color: Medium Orchid. HEX triplet: BD, 3C and EC. RGB value is (189,60,236). Sum of RGB (Red+Green+Blue) = 189+60+236=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3CEC is #42C313. Grayscale: #767676. Windows color (decimal): -4375316 or 15482045. OLE color: 15482045.
HSL color Cylindrical-coordinate representation of color #BD3CEC: hue angle of 283.98º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD3CEC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 60 | 236 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.07 |
| HSL | 283.98º | 0.82% | 0.58% | - |
| HSV(B) | 283.98º | 0.75% | 0.93% | - |
| XYZ | 37.74 | 20.11 | 81.25 | - |
| YUV | 118.64 | 194.24 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 236 | 0.20 | 0.75 | 0 | 0.07 | 283.98 | 0.82 | 0.58 |
| Hex | BD | 3C | EC | 14 | 4B | 0 | 7 | 11C | 52 | 3A |
| Octal | 275 | 74 | 354 | 24 | 113 | 0 | 7 | 434 | 122 | 72 |
| Binary | 10111101 | 111100 | 11101100 | 10100 | 1001011 | 0 | 111 | 100011100 | 1010010 | 111010 |
Color Harmonies of #BD3CEC
Complementary color
Monochromatic Colors of #BD3CEC
Black with #BD3CEC
Text Example
Text Example
White with #BD3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3CEC; }
p { color: rgb(189,60,236); }
H1.HeaderClassName
{
color: #BD3CEC;
}
.AnyTagClassName
{
color: #BD3CEC;
}
</style>
background-color css
<style>
a { background-color: #BD3CEC; }
a { background-color: rgb(189,60,236); }
div.DivClassName
{
background-color: #BD3CEC;
}
.BgClassName
{
background-color: #BD3CEC;
}
</style>
border-color css
<style>
span { border-color: #BD3CEC; }
span { border-color: rgb(189,60,236); }
td.TdClassName
{
border-color: #BD3CEC;
}
.TagClassName
{
border-color: #BD3CEC;
}
</style>