Shades of Medium Orchid #BD50CE
Tints of Medium Orchid #BD50CE
RGB
CMYK
RGB Variations
Color information
#BD50CE (or 0xBD50CE) is known color: Medium Orchid. HEX triplet: BD, 50 and CE. RGB value is (189,80,206). Sum of RGB (Red+Green+Blue) = 189+80+206=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50CE is #42AF31. Grayscale: #7E7E7E. Windows color (decimal): -4370226 or 13521085. OLE color: 13521085.
HSL color Cylindrical-coordinate representation of color #BD50CE: hue angle of 291.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD50CE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 80 | 206 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.19 |
| HSL | 291.9º | 0.56% | 0.56% | - |
| HSV(B) | 291.9º | 0.61% | 0.81% | - |
| XYZ | 35 | 21.01 | 60.6 | - |
| YUV | 126.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 206 | 0.08 | 0.61 | 0 | 0.19 | 291.9 | 0.56 | 0.56 |
| Hex | BD | 50 | CE | 8 | 3D | 0 | 13 | 124 | 38 | 38 |
| Octal | 275 | 120 | 316 | 10 | 75 | 0 | 23 | 444 | 70 | 70 |
| Binary | 10111101 | 1010000 | 11001110 | 1000 | 111101 | 0 | 10011 | 100100100 | 111000 | 111000 |
Color Harmonies of #BD50CE
Complementary color
Monochromatic Colors of #BD50CE
Black with #BD50CE
Text Example
Text Example
White with #BD50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50CE; }
p { color: rgb(189,80,206); }
H1.HeaderClassName
{
color: #BD50CE;
}
.AnyTagClassName
{
color: #BD50CE;
}
</style>
background-color css
<style>
a { background-color: #BD50CE; }
a { background-color: rgb(189,80,206); }
div.DivClassName
{
background-color: #BD50CE;
}
.BgClassName
{
background-color: #BD50CE;
}
</style>
border-color css
<style>
span { border-color: #BD50CE; }
span { border-color: rgb(189,80,206); }
td.TdClassName
{
border-color: #BD50CE;
}
.TagClassName
{
border-color: #BD50CE;
}
</style>