Shades of Medium Orchid #BD4DCC
Tints of Medium Orchid #BD4DCC
RGB
CMYK
RGB Variations
Color information
#BD4DCC (or 0xBD4DCC) is known color: Medium Orchid. HEX triplet: BD, 4D and CC. RGB value is (189,77,204). Sum of RGB (Red+Green+Blue) = 189+77+204=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DCC is #42B233. Grayscale: #7C7C7C. Windows color (decimal): -4370996 or 13389245. OLE color: 13389245.
HSL color Cylindrical-coordinate representation of color #BD4DCC: hue angle of 292.91º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4DCC is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 77 | 204 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.2 |
| HSL | 292.91º | 0.55% | 0.55% | - |
| HSV(B) | 292.91º | 0.62% | 0.8% | - |
| XYZ | 34.54 | 20.49 | 59.26 | - |
| YUV | 124.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 204 | 0.07 | 0.62 | 0 | 0.2 | 292.91 | 0.55 | 0.55 |
| Hex | BD | 4D | CC | 7 | 3E | 0 | 14 | 125 | 37 | 37 |
| Octal | 275 | 115 | 314 | 7 | 76 | 0 | 24 | 445 | 67 | 67 |
| Binary | 10111101 | 1001101 | 11001100 | 111 | 111110 | 0 | 10100 | 100100101 | 110111 | 110111 |
Color Harmonies of #BD4DCC
Complementary color
Monochromatic Colors of #BD4DCC
Black with #BD4DCC
Text Example
Text Example
White with #BD4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DCC; }
p { color: rgb(189,77,204); }
H1.HeaderClassName
{
color: #BD4DCC;
}
.AnyTagClassName
{
color: #BD4DCC;
}
</style>
background-color css
<style>
a { background-color: #BD4DCC; }
a { background-color: rgb(189,77,204); }
div.DivClassName
{
background-color: #BD4DCC;
}
.BgClassName
{
background-color: #BD4DCC;
}
</style>
border-color css
<style>
span { border-color: #BD4DCC; }
span { border-color: rgb(189,77,204); }
td.TdClassName
{
border-color: #BD4DCC;
}
.TagClassName
{
border-color: #BD4DCC;
}
</style>