Shades of Medium Orchid #BD3ECC
Tints of Medium Orchid #BD3ECC
RGB
CMYK
RGB Variations
Color information
#BD3ECC (or 0xBD3ECC) is known color: Medium Orchid. HEX triplet: BD, 3E and CC. RGB value is (189,62,204). Sum of RGB (Red+Green+Blue) = 189+62+204=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 62 (24.61% from 255 or 13.63% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD3ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3ECC is #42C133. Grayscale: #737373. Windows color (decimal): -4374836 or 13385405. OLE color: 13385405.
HSL color Cylindrical-coordinate representation of color #BD3ECC: hue angle of 293.66º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3ECC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 62 | 204 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.2 |
| HSL | 293.66º | 0.58% | 0.52% | - |
| HSV(B) | 293.66º | 0.7% | 0.8% | - |
| XYZ | 33.61 | 18.62 | 58.95 | - |
| YUV | 116.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 204 | 0.07 | 0.70 | 0 | 0.2 | 293.66 | 0.58 | 0.52 |
| Hex | BD | 3E | CC | 7 | 46 | 0 | 14 | 126 | 3A | 34 |
| Octal | 275 | 76 | 314 | 7 | 106 | 0 | 24 | 446 | 72 | 64 |
| Binary | 10111101 | 111110 | 11001100 | 111 | 1000110 | 0 | 10100 | 100100110 | 111010 | 110100 |
Color Harmonies of #BD3ECC
Complementary color
Monochromatic Colors of #BD3ECC
Black with #BD3ECC
Text Example
Text Example
White with #BD3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3ECC; }
p { color: rgb(189,62,204); }
H1.HeaderClassName
{
color: #BD3ECC;
}
.AnyTagClassName
{
color: #BD3ECC;
}
</style>
background-color css
<style>
a { background-color: #BD3ECC; }
a { background-color: rgb(189,62,204); }
div.DivClassName
{
background-color: #BD3ECC;
}
.BgClassName
{
background-color: #BD3ECC;
}
</style>
border-color css
<style>
span { border-color: #BD3ECC; }
span { border-color: rgb(189,62,204); }
td.TdClassName
{
border-color: #BD3ECC;
}
.TagClassName
{
border-color: #BD3ECC;
}
</style>