Shades of Medium Orchid #BD77D0
Tints of Medium Orchid #BD77D0
RGB
CMYK
RGB Variations
Color information
#BD77D0 (or 0xBD77D0) is known color: Medium Orchid. HEX triplet: BD, 77 and D0. RGB value is (189,119,208). Sum of RGB (Red+Green+Blue) = 189+119+208=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77D0 is #42882F. Grayscale: #959595. Windows color (decimal): -4360240 or 13662141. OLE color: 13662141.
HSL color Cylindrical-coordinate representation of color #BD77D0: hue angle of 287.19º 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 #BD77D0 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 119 | 208 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.18 |
| HSL | 287.19º | 0.49% | 0.64% | - |
| HSV(B) | 287.19º | 0.43% | 0.82% | - |
| XYZ | 38.97 | 28.57 | 63.13 | - |
| YUV | 150.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 208 | 0.09 | 0.43 | 0 | 0.18 | 287.19 | 0.49 | 0.64 |
| Hex | BD | 77 | D0 | 9 | 2B | 0 | 12 | 11F | 31 | 40 |
| Octal | 275 | 167 | 320 | 11 | 53 | 0 | 22 | 437 | 61 | 100 |
| Binary | 10111101 | 1110111 | 11010000 | 1001 | 101011 | 0 | 10010 | 100011111 | 110001 | 1000000 |
Color Harmonies of #BD77D0
Complementary color
Monochromatic Colors of #BD77D0
Black with #BD77D0
Text Example
Text Example
White with #BD77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77D0; }
p { color: rgb(189,119,208); }
H1.HeaderClassName
{
color: #BD77D0;
}
.AnyTagClassName
{
color: #BD77D0;
}
</style>
background-color css
<style>
a { background-color: #BD77D0; }
a { background-color: rgb(189,119,208); }
div.DivClassName
{
background-color: #BD77D0;
}
.BgClassName
{
background-color: #BD77D0;
}
</style>
border-color css
<style>
span { border-color: #BD77D0; }
span { border-color: rgb(189,119,208); }
td.TdClassName
{
border-color: #BD77D0;
}
.TagClassName
{
border-color: #BD77D0;
}
</style>