Shades of Medium Orchid #BD73CC
Tints of Medium Orchid #BD73CC
RGB
CMYK
RGB Variations
Color information
#BD73CC (or 0xBD73CC) is known color: Medium Orchid. HEX triplet: BD, 73 and CC. RGB value is (189,115,204). Sum of RGB (Red+Green+Blue) = 189+115+204=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73CC is #428C33. Grayscale: #929292. Windows color (decimal): -4361268 or 13398973. OLE color: 13398973.
HSL color Cylindrical-coordinate representation of color #BD73CC: hue angle of 289.89º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD73CC is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 115 | 204 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.2 |
| HSL | 289.89º | 0.47% | 0.63% | - |
| HSV(B) | 289.89º | 0.44% | 0.8% | - |
| XYZ | 38.02 | 27.44 | 60.42 | - |
| YUV | 147.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 204 | 0.07 | 0.44 | 0 | 0.2 | 289.89 | 0.47 | 0.63 |
| Hex | BD | 73 | CC | 7 | 2C | 0 | 14 | 122 | 2F | 3F |
| Octal | 275 | 163 | 314 | 7 | 54 | 0 | 24 | 442 | 57 | 77 |
| Binary | 10111101 | 1110011 | 11001100 | 111 | 101100 | 0 | 10100 | 100100010 | 101111 | 111111 |
Color Harmonies of #BD73CC
Complementary color
Monochromatic Colors of #BD73CC
Black with #BD73CC
Text Example
Text Example
White with #BD73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73CC; }
p { color: rgb(189,115,204); }
H1.HeaderClassName
{
color: #BD73CC;
}
.AnyTagClassName
{
color: #BD73CC;
}
</style>
background-color css
<style>
a { background-color: #BD73CC; }
a { background-color: rgb(189,115,204); }
div.DivClassName
{
background-color: #BD73CC;
}
.BgClassName
{
background-color: #BD73CC;
}
</style>
border-color css
<style>
span { border-color: #BD73CC; }
span { border-color: rgb(189,115,204); }
td.TdClassName
{
border-color: #BD73CC;
}
.TagClassName
{
border-color: #BD73CC;
}
</style>