Shades of Medium Orchid #BD4FCD
Tints of Medium Orchid #BD4FCD
RGB
CMYK
RGB Variations
Color information
#BD4FCD (or 0xBD4FCD) is known color: Medium Orchid. HEX triplet: BD, 4F and CD. RGB value is (189,79,205). Sum of RGB (Red+Green+Blue) = 189+79+205=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD4FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4FCD is #42B032. Grayscale: #7D7D7D. Windows color (decimal): -4370483 or 13455293. OLE color: 13455293.
HSL color Cylindrical-coordinate representation of color #BD4FCD: hue angle of 292.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4FCD is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 79 | 205 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.20 |
| HSL | 292.38º | 0.56% | 0.56% | - |
| HSV(B) | 292.38º | 0.61% | 0.8% | - |
| XYZ | 34.8 | 20.82 | 59.94 | - |
| YUV | 126.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 205 | 0.08 | 0.61 | 0 | 0.20 | 292.38 | 0.56 | 0.56 |
| Hex | BD | 4F | CD | 8 | 3D | 0 | 14 | 124 | 38 | 38 |
| Octal | 275 | 117 | 315 | 10 | 75 | 0 | 24 | 444 | 70 | 70 |
| Binary | 10111101 | 1001111 | 11001101 | 1000 | 111101 | 0 | 10100 | 100100100 | 111000 | 111000 |
Color Harmonies of #BD4FCD
Complementary color
Monochromatic Colors of #BD4FCD
Black with #BD4FCD
Text Example
Text Example
White with #BD4FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4FCD; }
p { color: rgb(189,79,205); }
H1.HeaderClassName
{
color: #BD4FCD;
}
.AnyTagClassName
{
color: #BD4FCD;
}
</style>
background-color css
<style>
a { background-color: #BD4FCD; }
a { background-color: rgb(189,79,205); }
div.DivClassName
{
background-color: #BD4FCD;
}
.BgClassName
{
background-color: #BD4FCD;
}
</style>
border-color css
<style>
span { border-color: #BD4FCD; }
span { border-color: rgb(189,79,205); }
td.TdClassName
{
border-color: #BD4FCD;
}
.TagClassName
{
border-color: #BD4FCD;
}
</style>