Shades of Medium Orchid #BD77CF
Tints of Medium Orchid #BD77CF
RGB
CMYK
RGB Variations
Color information
#BD77CF (or 0xBD77CF) is known color: Medium Orchid. HEX triplet: BD, 77 and CF. RGB value is (189,119,207). Sum of RGB (Red+Green+Blue) = 189+119+207=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD77CF is #428830. Grayscale: #959595. Windows color (decimal): -4360241 or 13596605. OLE color: 13596605.
HSL color Cylindrical-coordinate representation of color #BD77CF: hue angle of 287.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD77CF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 119 | 207 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.19 |
| HSL | 287.73º | 0.48% | 0.64% | - |
| HSV(B) | 287.73º | 0.43% | 0.81% | - |
| XYZ | 38.85 | 28.52 | 62.49 | - |
| YUV | 149.96 | 160.19 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 207 | 0.09 | 0.43 | 0 | 0.19 | 287.73 | 0.48 | 0.64 |
| Hex | BD | 77 | CF | 9 | 2B | 0 | 13 | 120 | 30 | 40 |
| Octal | 275 | 167 | 317 | 11 | 53 | 0 | 23 | 440 | 60 | 100 |
| Binary | 10111101 | 1110111 | 11001111 | 1001 | 101011 | 0 | 10011 | 100100000 | 110000 | 1000000 |
Color Harmonies of #BD77CF
Complementary color
Monochromatic Colors of #BD77CF
Black with #BD77CF
Text Example
Text Example
White with #BD77CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD77CF; }
p { color: rgb(189,119,207); }
H1.HeaderClassName
{
color: #BD77CF;
}
.AnyTagClassName
{
color: #BD77CF;
}
</style>
background-color css
<style>
a { background-color: #BD77CF; }
a { background-color: rgb(189,119,207); }
div.DivClassName
{
background-color: #BD77CF;
}
.BgClassName
{
background-color: #BD77CF;
}
</style>
border-color css
<style>
span { border-color: #BD77CF; }
span { border-color: rgb(189,119,207); }
td.TdClassName
{
border-color: #BD77CF;
}
.TagClassName
{
border-color: #BD77CF;
}
</style>