Shades of Medium Orchid #BD3ECF
Tints of Medium Orchid #BD3ECF
RGB
CMYK
RGB Variations
Color information
#BD3ECF (or 0xBD3ECF) is known color: Medium Orchid. HEX triplet: BD, 3E and CF. RGB value is (189,62,207). Sum of RGB (Red+Green+Blue) = 189+62+207=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD3ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ECF is #42C130. Grayscale: #747474. Windows color (decimal): -4374833 or 13582013. OLE color: 13582013.
HSL color Cylindrical-coordinate representation of color #BD3ECF: hue angle of 292.55º 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 #BD3ECF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 62 | 207 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.19 |
| HSL | 292.55º | 0.6% | 0.53% | - |
| HSV(B) | 292.55º | 0.7% | 0.81% | - |
| XYZ | 33.97 | 18.77 | 60.86 | - |
| YUV | 116.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 207 | 0.09 | 0.70 | 0 | 0.19 | 292.55 | 0.6 | 0.53 |
| Hex | BD | 3E | CF | 9 | 46 | 0 | 13 | 125 | 3C | 35 |
| Octal | 275 | 76 | 317 | 11 | 106 | 0 | 23 | 445 | 74 | 65 |
| Binary | 10111101 | 111110 | 11001111 | 1001 | 1000110 | 0 | 10011 | 100100101 | 111100 | 110101 |
Color Harmonies of #BD3ECF
Complementary color
Monochromatic Colors of #BD3ECF
Black with #BD3ECF
Text Example
Text Example
White with #BD3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ECF; }
p { color: rgb(189,62,207); }
H1.HeaderClassName
{
color: #BD3ECF;
}
.AnyTagClassName
{
color: #BD3ECF;
}
</style>
background-color css
<style>
a { background-color: #BD3ECF; }
a { background-color: rgb(189,62,207); }
div.DivClassName
{
background-color: #BD3ECF;
}
.BgClassName
{
background-color: #BD3ECF;
}
</style>
border-color css
<style>
span { border-color: #BD3ECF; }
span { border-color: rgb(189,62,207); }
td.TdClassName
{
border-color: #BD3ECF;
}
.TagClassName
{
border-color: #BD3ECF;
}
</style>