Shades of Medium Orchid #BD3ECE
Tints of Medium Orchid #BD3ECE
RGB
CMYK
RGB Variations
Color information
#BD3ECE (or 0xBD3ECE) is known color: Medium Orchid. HEX triplet: BD, 3E and CE. RGB value is (189,62,206). Sum of RGB (Red+Green+Blue) = 189+62+206=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD3ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ECE is #42C131. Grayscale: #737373. Windows color (decimal): -4374834 or 13516477. OLE color: 13516477.
HSL color Cylindrical-coordinate representation of color #BD3ECE: hue angle of 292.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3ECE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 62 | 206 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.19 |
| HSL | 292.92º | 0.6% | 0.53% | - |
| HSV(B) | 292.92º | 0.7% | 0.81% | - |
| XYZ | 33.85 | 18.72 | 60.22 | - |
| YUV | 116.39 | 178.58 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 206 | 0.08 | 0.70 | 0 | 0.19 | 292.92 | 0.6 | 0.53 |
| Hex | BD | 3E | CE | 8 | 46 | 0 | 13 | 125 | 3C | 35 |
| Octal | 275 | 76 | 316 | 10 | 106 | 0 | 23 | 445 | 74 | 65 |
| Binary | 10111101 | 111110 | 11001110 | 1000 | 1000110 | 0 | 10011 | 100100101 | 111100 | 110101 |
Color Harmonies of #BD3ECE
Complementary color
Monochromatic Colors of #BD3ECE
Black with #BD3ECE
Text Example
Text Example
White with #BD3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ECE; }
p { color: rgb(189,62,206); }
H1.HeaderClassName
{
color: #BD3ECE;
}
.AnyTagClassName
{
color: #BD3ECE;
}
</style>
background-color css
<style>
a { background-color: #BD3ECE; }
a { background-color: rgb(189,62,206); }
div.DivClassName
{
background-color: #BD3ECE;
}
.BgClassName
{
background-color: #BD3ECE;
}
</style>
border-color css
<style>
span { border-color: #BD3ECE; }
span { border-color: rgb(189,62,206); }
td.TdClassName
{
border-color: #BD3ECE;
}
.TagClassName
{
border-color: #BD3ECE;
}
</style>