Shades of Medium Orchid #BD49DC
Tints of Medium Orchid #BD49DC
RGB
CMYK
RGB Variations
Color information
#BD49DC (or 0xBD49DC) is known color: Medium Orchid. HEX triplet: BD, 49 and DC. RGB value is (189,73,220). Sum of RGB (Red+Green+Blue) = 189+73+220=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49DC is #42B623. Grayscale: #7B7B7B. Windows color (decimal): -4372004 or 14436797. OLE color: 14436797.
HSL color Cylindrical-coordinate representation of color #BD49DC: hue angle of 287.35º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD49DC is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 73 | 220 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.14 |
| HSL | 287.35º | 0.68% | 0.57% | - |
| HSV(B) | 287.35º | 0.67% | 0.86% | - |
| XYZ | 36.29 | 20.75 | 69.8 | - |
| YUV | 124.44 | 181.93 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 220 | 0.14 | 0.67 | 0 | 0.14 | 287.35 | 0.68 | 0.57 |
| Hex | BD | 49 | DC | E | 43 | 0 | E | 11F | 44 | 39 |
| Octal | 275 | 111 | 334 | 16 | 103 | 0 | 16 | 437 | 104 | 71 |
| Binary | 10111101 | 1001001 | 11011100 | 1110 | 1000011 | 0 | 1110 | 100011111 | 1000100 | 111001 |
Color Harmonies of #BD49DC
Complementary color
Monochromatic Colors of #BD49DC
Black with #BD49DC
Text Example
Text Example
White with #BD49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49DC; }
p { color: rgb(189,73,220); }
H1.HeaderClassName
{
color: #BD49DC;
}
.AnyTagClassName
{
color: #BD49DC;
}
</style>
background-color css
<style>
a { background-color: #BD49DC; }
a { background-color: rgb(189,73,220); }
div.DivClassName
{
background-color: #BD49DC;
}
.BgClassName
{
background-color: #BD49DC;
}
</style>
border-color css
<style>
span { border-color: #BD49DC; }
span { border-color: rgb(189,73,220); }
td.TdClassName
{
border-color: #BD49DC;
}
.TagClassName
{
border-color: #BD49DC;
}
</style>