Shades of Medium Orchid #BD3EEC
Tints of Medium Orchid #BD3EEC
RGB
CMYK
RGB Variations
Color information
#BD3EEC (or 0xBD3EEC) is known color: Medium Orchid. HEX triplet: BD, 3E and EC. RGB value is (189,62,236). Sum of RGB (Red+Green+Blue) = 189+62+236=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD3EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3EEC is #42C113. Grayscale: #777777. Windows color (decimal): -4374804 or 15482557. OLE color: 15482557.
HSL color Cylindrical-coordinate representation of color #BD3EEC: hue angle of 283.79º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3EEC is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 62 | 236 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.07 |
| HSL | 283.79º | 0.82% | 0.58% | - |
| HSV(B) | 283.79º | 0.74% | 0.93% | - |
| XYZ | 37.85 | 20.32 | 81.28 | - |
| YUV | 119.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 236 | 0.20 | 0.74 | 0 | 0.07 | 283.79 | 0.82 | 0.58 |
| Hex | BD | 3E | EC | 14 | 4A | 0 | 7 | 11C | 52 | 3A |
| Octal | 275 | 76 | 354 | 24 | 112 | 0 | 7 | 434 | 122 | 72 |
| Binary | 10111101 | 111110 | 11101100 | 10100 | 1001010 | 0 | 111 | 100011100 | 1010010 | 111010 |
Color Harmonies of #BD3EEC
Complementary color
Monochromatic Colors of #BD3EEC
Black with #BD3EEC
Text Example
Text Example
White with #BD3EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3EEC; }
p { color: rgb(189,62,236); }
H1.HeaderClassName
{
color: #BD3EEC;
}
.AnyTagClassName
{
color: #BD3EEC;
}
</style>
background-color css
<style>
a { background-color: #BD3EEC; }
a { background-color: rgb(189,62,236); }
div.DivClassName
{
background-color: #BD3EEC;
}
.BgClassName
{
background-color: #BD3EEC;
}
</style>
border-color css
<style>
span { border-color: #BD3EEC; }
span { border-color: rgb(189,62,236); }
td.TdClassName
{
border-color: #BD3EEC;
}
.TagClassName
{
border-color: #BD3EEC;
}
</style>