Shades of Medium Orchid #BD76D5
Tints of Medium Orchid #BD76D5
RGB
CMYK
RGB Variations
Color information
#BD76D5 (or 0xBD76D5) is known color: Medium Orchid. HEX triplet: BD, 76 and D5. RGB value is (189,118,213). Sum of RGB (Red+Green+Blue) = 189+118+213=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD76D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76D5 is #42892A. Grayscale: #959595. Windows color (decimal): -4360491 or 13989565. OLE color: 13989565.
HSL color Cylindrical-coordinate representation of color #BD76D5: hue angle of 284.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD76D5 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 118 | 213 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.16 |
| HSL | 284.84º | 0.53% | 0.65% | - |
| HSV(B) | 284.84º | 0.45% | 0.84% | - |
| XYZ | 39.47 | 28.58 | 66.39 | - |
| YUV | 150.06 | 163.52 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 213 | 0.11 | 0.45 | 0 | 0.16 | 284.84 | 0.53 | 0.65 |
| Hex | BD | 76 | D5 | B | 2D | 0 | 10 | 11D | 35 | 41 |
| Octal | 275 | 166 | 325 | 13 | 55 | 0 | 20 | 435 | 65 | 101 |
| Binary | 10111101 | 1110110 | 11010101 | 1011 | 101101 | 0 | 10000 | 100011101 | 110101 | 1000001 |
Color Harmonies of #BD76D5
Complementary color
Monochromatic Colors of #BD76D5
Black with #BD76D5
Text Example
Text Example
White with #BD76D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76D5; }
p { color: rgb(189,118,213); }
H1.HeaderClassName
{
color: #BD76D5;
}
.AnyTagClassName
{
color: #BD76D5;
}
</style>
background-color css
<style>
a { background-color: #BD76D5; }
a { background-color: rgb(189,118,213); }
div.DivClassName
{
background-color: #BD76D5;
}
.BgClassName
{
background-color: #BD76D5;
}
</style>
border-color css
<style>
span { border-color: #BD76D5; }
span { border-color: rgb(189,118,213); }
td.TdClassName
{
border-color: #BD76D5;
}
.TagClassName
{
border-color: #BD76D5;
}
</style>