Shades of Medium Orchid #BD50CC
Tints of Medium Orchid #BD50CC
RGB
CMYK
RGB Variations
Color information
#BD50CC (or 0xBD50CC) is known color: Medium Orchid. HEX triplet: BD, 50 and CC. RGB value is (189,80,204). Sum of RGB (Red+Green+Blue) = 189+80+204=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD50CC is #42AF33. Grayscale: #7E7E7E. Windows color (decimal): -4370228 or 13390013. OLE color: 13390013.
HSL color Cylindrical-coordinate representation of color #BD50CC: hue angle of 292.74º degrees, saturation: 0.55, 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 #BD50CC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 80 | 204 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.2 |
| HSL | 292.74º | 0.55% | 0.56% | - |
| HSV(B) | 292.74º | 0.61% | 0.8% | - |
| XYZ | 34.75 | 20.92 | 59.33 | - |
| YUV | 126.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 204 | 0.07 | 0.61 | 0 | 0.2 | 292.74 | 0.55 | 0.56 |
| Hex | BD | 50 | CC | 7 | 3D | 0 | 14 | 125 | 37 | 38 |
| Octal | 275 | 120 | 314 | 7 | 75 | 0 | 24 | 445 | 67 | 70 |
| Binary | 10111101 | 1010000 | 11001100 | 111 | 111101 | 0 | 10100 | 100100101 | 110111 | 111000 |
Color Harmonies of #BD50CC
Complementary color
Monochromatic Colors of #BD50CC
Black with #BD50CC
Text Example
Text Example
White with #BD50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50CC; }
p { color: rgb(189,80,204); }
H1.HeaderClassName
{
color: #BD50CC;
}
.AnyTagClassName
{
color: #BD50CC;
}
</style>
background-color css
<style>
a { background-color: #BD50CC; }
a { background-color: rgb(189,80,204); }
div.DivClassName
{
background-color: #BD50CC;
}
.BgClassName
{
background-color: #BD50CC;
}
</style>
border-color css
<style>
span { border-color: #BD50CC; }
span { border-color: rgb(189,80,204); }
td.TdClassName
{
border-color: #BD50CC;
}
.TagClassName
{
border-color: #BD50CC;
}
</style>