Shades of Medium Orchid #BD76D0
Tints of Medium Orchid #BD76D0
RGB
CMYK
RGB Variations
Color information
#BD76D0 (or 0xBD76D0) is known color: Medium Orchid. HEX triplet: BD, 76 and D0. RGB value is (189,118,208). Sum of RGB (Red+Green+Blue) = 189+118+208=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76D0 is #42892F. Grayscale: #959595. Windows color (decimal): -4360496 or 13661885. OLE color: 13661885.
HSL color Cylindrical-coordinate representation of color #BD76D0: hue angle of 287.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD76D0 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 118 | 208 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.18 |
| HSL | 287.33º | 0.49% | 0.64% | - |
| HSV(B) | 287.33º | 0.43% | 0.82% | - |
| XYZ | 38.85 | 28.33 | 63.1 | - |
| YUV | 149.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 208 | 0.09 | 0.43 | 0 | 0.18 | 287.33 | 0.49 | 0.64 |
| Hex | BD | 76 | D0 | 9 | 2B | 0 | 12 | 11F | 31 | 40 |
| Octal | 275 | 166 | 320 | 11 | 53 | 0 | 22 | 437 | 61 | 100 |
| Binary | 10111101 | 1110110 | 11010000 | 1001 | 101011 | 0 | 10010 | 100011111 | 110001 | 1000000 |
Color Harmonies of #BD76D0
Complementary color
Monochromatic Colors of #BD76D0
Black with #BD76D0
Text Example
Text Example
White with #BD76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76D0; }
p { color: rgb(189,118,208); }
H1.HeaderClassName
{
color: #BD76D0;
}
.AnyTagClassName
{
color: #BD76D0;
}
</style>
background-color css
<style>
a { background-color: #BD76D0; }
a { background-color: rgb(189,118,208); }
div.DivClassName
{
background-color: #BD76D0;
}
.BgClassName
{
background-color: #BD76D0;
}
</style>
border-color css
<style>
span { border-color: #BD76D0; }
span { border-color: rgb(189,118,208); }
td.TdClassName
{
border-color: #BD76D0;
}
.TagClassName
{
border-color: #BD76D0;
}
</style>