Shades of Medium Orchid #BD5FCD
Tints of Medium Orchid #BD5FCD
RGB
CMYK
RGB Variations
Color information
#BD5FCD (or 0xBD5FCD) is known color: Medium Orchid. HEX triplet: BD, 5F and CD. RGB value is (189,95,205). Sum of RGB (Red+Green+Blue) = 189+95+205=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FCD is #42A032. Grayscale: #878787. Windows color (decimal): -4366387 or 13459389. OLE color: 13459389.
HSL color Cylindrical-coordinate representation of color #BD5FCD: hue angle of 291.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5FCD is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 95 | 205 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.20 |
| HSL | 291.27º | 0.52% | 0.59% | - |
| HSV(B) | 291.27º | 0.54% | 0.8% | - |
| XYZ | 36.1 | 23.41 | 60.37 | - |
| YUV | 135.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 205 | 0.08 | 0.54 | 0 | 0.20 | 291.27 | 0.52 | 0.59 |
| Hex | BD | 5F | CD | 8 | 36 | 0 | 14 | 123 | 34 | 3B |
| Octal | 275 | 137 | 315 | 10 | 66 | 0 | 24 | 443 | 64 | 73 |
| Binary | 10111101 | 1011111 | 11001101 | 1000 | 110110 | 0 | 10100 | 100100011 | 110100 | 111011 |
Color Harmonies of #BD5FCD
Complementary color
Monochromatic Colors of #BD5FCD
Black with #BD5FCD
Text Example
Text Example
White with #BD5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FCD; }
p { color: rgb(189,95,205); }
H1.HeaderClassName
{
color: #BD5FCD;
}
.AnyTagClassName
{
color: #BD5FCD;
}
</style>
background-color css
<style>
a { background-color: #BD5FCD; }
a { background-color: rgb(189,95,205); }
div.DivClassName
{
background-color: #BD5FCD;
}
.BgClassName
{
background-color: #BD5FCD;
}
</style>
border-color css
<style>
span { border-color: #BD5FCD; }
span { border-color: rgb(189,95,205); }
td.TdClassName
{
border-color: #BD5FCD;
}
.TagClassName
{
border-color: #BD5FCD;
}
</style>