Shades of Medium Orchid #BD4CEC
Tints of Medium Orchid #BD4CEC
RGB
CMYK
RGB Variations
Color information
#BD4CEC (or 0xBD4CEC) is known color: Medium Orchid. HEX triplet: BD, 4C and EC. RGB value is (189,76,236). Sum of RGB (Red+Green+Blue) = 189+76+236=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD4CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CEC is #42B313. Grayscale: #7F7F7F. Windows color (decimal): -4371220 or 15486141. OLE color: 15486141.
HSL color Cylindrical-coordinate representation of color #BD4CEC: hue angle of 282.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4CEC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 76 | 236 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.07 |
| HSL | 282.38º | 0.81% | 0.61% | - |
| HSV(B) | 282.38º | 0.68% | 0.93% | - |
| XYZ | 38.71 | 22.04 | 81.57 | - |
| YUV | 128.03 | 188.94 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 236 | 0.20 | 0.68 | 0 | 0.07 | 282.38 | 0.81 | 0.61 |
| Hex | BD | 4C | EC | 14 | 44 | 0 | 7 | 11A | 51 | 3D |
| Octal | 275 | 114 | 354 | 24 | 104 | 0 | 7 | 432 | 121 | 75 |
| Binary | 10111101 | 1001100 | 11101100 | 10100 | 1000100 | 0 | 111 | 100011010 | 1010001 | 111101 |
Color Harmonies of #BD4CEC
Complementary color
Monochromatic Colors of #BD4CEC
Black with #BD4CEC
Text Example
Text Example
White with #BD4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CEC; }
p { color: rgb(189,76,236); }
H1.HeaderClassName
{
color: #BD4CEC;
}
.AnyTagClassName
{
color: #BD4CEC;
}
</style>
background-color css
<style>
a { background-color: #BD4CEC; }
a { background-color: rgb(189,76,236); }
div.DivClassName
{
background-color: #BD4CEC;
}
.BgClassName
{
background-color: #BD4CEC;
}
</style>
border-color css
<style>
span { border-color: #BD4CEC; }
span { border-color: rgb(189,76,236); }
td.TdClassName
{
border-color: #BD4CEC;
}
.TagClassName
{
border-color: #BD4CEC;
}
</style>