Shades of Medium Orchid #BD2ECF
Tints of Medium Orchid #BD2ECF
RGB
CMYK
RGB Variations
Color information
#BD2ECF (or 0xBD2ECF) is known color: Medium Orchid. HEX triplet: BD, 2E and CF. RGB value is (189,46,207). Sum of RGB (Red+Green+Blue) = 189+46+207=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD2ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ECF is #42D130. Grayscale: #6A6A6A. Windows color (decimal): -4378929 or 13577917. OLE color: 13577917.
HSL color Cylindrical-coordinate representation of color #BD2ECF: hue angle of 293.29º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2ECF is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 46 | 207 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.19 |
| HSL | 293.29º | 0.64% | 0.5% | - |
| HSV(B) | 293.29º | 0.78% | 0.81% | - |
| XYZ | 33.23 | 17.28 | 60.62 | - |
| YUV | 107.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 207 | 0.09 | 0.78 | 0 | 0.19 | 293.29 | 0.64 | 0.5 |
| Hex | BD | 2E | CF | 9 | 4E | 0 | 13 | 125 | 40 | 32 |
| Octal | 275 | 56 | 317 | 11 | 116 | 0 | 23 | 445 | 100 | 62 |
| Binary | 10111101 | 101110 | 11001111 | 1001 | 1001110 | 0 | 10011 | 100100101 | 1000000 | 110010 |
Color Harmonies of #BD2ECF
Complementary color
Monochromatic Colors of #BD2ECF
Black with #BD2ECF
Text Example
Text Example
White with #BD2ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ECF; }
p { color: rgb(189,46,207); }
H1.HeaderClassName
{
color: #BD2ECF;
}
.AnyTagClassName
{
color: #BD2ECF;
}
</style>
background-color css
<style>
a { background-color: #BD2ECF; }
a { background-color: rgb(189,46,207); }
div.DivClassName
{
background-color: #BD2ECF;
}
.BgClassName
{
background-color: #BD2ECF;
}
</style>
border-color css
<style>
span { border-color: #BD2ECF; }
span { border-color: rgb(189,46,207); }
td.TdClassName
{
border-color: #BD2ECF;
}
.TagClassName
{
border-color: #BD2ECF;
}
</style>