Shades of Medium Orchid #BD4CDC
Tints of Medium Orchid #BD4CDC
RGB
CMYK
RGB Variations
Color information
#BD4CDC (or 0xBD4CDC) is known color: Medium Orchid. HEX triplet: BD, 4C and DC. RGB value is (189,76,220). Sum of RGB (Red+Green+Blue) = 189+76+220=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD4CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CDC is #42B323. Grayscale: #7D7D7D. Windows color (decimal): -4371236 or 14437565. OLE color: 14437565.
HSL color Cylindrical-coordinate representation of color #BD4CDC: hue angle of 287.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4CDC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 76 | 220 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.14 |
| HSL | 287.08º | 0.67% | 0.58% | - |
| HSV(B) | 287.08º | 0.65% | 0.86% | - |
| XYZ | 36.49 | 21.16 | 69.87 | - |
| YUV | 126.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 220 | 0.14 | 0.65 | 0 | 0.14 | 287.08 | 0.67 | 0.58 |
| Hex | BD | 4C | DC | E | 41 | 0 | E | 11F | 43 | 3A |
| Octal | 275 | 114 | 334 | 16 | 101 | 0 | 16 | 437 | 103 | 72 |
| Binary | 10111101 | 1001100 | 11011100 | 1110 | 1000001 | 0 | 1110 | 100011111 | 1000011 | 111010 |
Color Harmonies of #BD4CDC
Complementary color
Monochromatic Colors of #BD4CDC
Black with #BD4CDC
Text Example
Text Example
White with #BD4CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4CDC; }
p { color: rgb(189,76,220); }
H1.HeaderClassName
{
color: #BD4CDC;
}
.AnyTagClassName
{
color: #BD4CDC;
}
</style>
background-color css
<style>
a { background-color: #BD4CDC; }
a { background-color: rgb(189,76,220); }
div.DivClassName
{
background-color: #BD4CDC;
}
.BgClassName
{
background-color: #BD4CDC;
}
</style>
border-color css
<style>
span { border-color: #BD4CDC; }
span { border-color: rgb(189,76,220); }
td.TdClassName
{
border-color: #BD4CDC;
}
.TagClassName
{
border-color: #BD4CDC;
}
</style>