Shades of Medium Orchid #BD2EEC
Tints of Medium Orchid #BD2EEC
RGB
CMYK
RGB Variations
Color information
#BD2EEC (or 0xBD2EEC) is known color: Medium Orchid. HEX triplet: BD, 2E and EC. RGB value is (189,46,236). Sum of RGB (Red+Green+Blue) = 189+46+236=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD2EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2EEC is #42D113. Grayscale: #6D6D6D. Windows color (decimal): -4378900 or 15478461. OLE color: 15478461.
HSL color Cylindrical-coordinate representation of color #BD2EEC: hue angle of 285.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2EEC is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 46 | 236 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.07 |
| HSL | 285.16º | 0.83% | 0.55% | - |
| HSV(B) | 285.16º | 0.81% | 0.93% | - |
| XYZ | 37.1 | 18.83 | 81.04 | - |
| YUV | 110.42 | 198.88 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 236 | 0.20 | 0.81 | 0 | 0.07 | 285.16 | 0.83 | 0.55 |
| Hex | BD | 2E | EC | 14 | 51 | 0 | 7 | 11D | 53 | 37 |
| Octal | 275 | 56 | 354 | 24 | 121 | 0 | 7 | 435 | 123 | 67 |
| Binary | 10111101 | 101110 | 11101100 | 10100 | 1010001 | 0 | 111 | 100011101 | 1010011 | 110111 |
Color Harmonies of #BD2EEC
Complementary color
Monochromatic Colors of #BD2EEC
Black with #BD2EEC
Text Example
Text Example
White with #BD2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2EEC; }
p { color: rgb(189,46,236); }
H1.HeaderClassName
{
color: #BD2EEC;
}
.AnyTagClassName
{
color: #BD2EEC;
}
</style>
background-color css
<style>
a { background-color: #BD2EEC; }
a { background-color: rgb(189,46,236); }
div.DivClassName
{
background-color: #BD2EEC;
}
.BgClassName
{
background-color: #BD2EEC;
}
</style>
border-color css
<style>
span { border-color: #BD2EEC; }
span { border-color: rgb(189,46,236); }
td.TdClassName
{
border-color: #BD2EEC;
}
.TagClassName
{
border-color: #BD2EEC;
}
</style>