Shades of Medium Orchid #BD78D0
Tints of Medium Orchid #BD78D0
RGB
CMYK
RGB Variations
Color information
#BD78D0 (or 0xBD78D0) is known color: Medium Orchid. HEX triplet: BD, 78 and D0. RGB value is (189,120,208). Sum of RGB (Red+Green+Blue) = 189+120+208=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD78D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78D0 is #42872F. Grayscale: #969696. Windows color (decimal): -4359984 or 13662397. OLE color: 13662397.
HSL color Cylindrical-coordinate representation of color #BD78D0: hue angle of 287.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD78D0 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 120 | 208 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.18 |
| HSL | 287.05º | 0.48% | 0.64% | - |
| HSV(B) | 287.05º | 0.42% | 0.82% | - |
| XYZ | 39.09 | 28.81 | 63.17 | - |
| YUV | 150.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 208 | 0.09 | 0.42 | 0 | 0.18 | 287.05 | 0.48 | 0.64 |
| Hex | BD | 78 | D0 | 9 | 2A | 0 | 12 | 11F | 30 | 40 |
| Octal | 275 | 170 | 320 | 11 | 52 | 0 | 22 | 437 | 60 | 100 |
| Binary | 10111101 | 1111000 | 11010000 | 1001 | 101010 | 0 | 10010 | 100011111 | 110000 | 1000000 |
Color Harmonies of #BD78D0
Complementary color
Monochromatic Colors of #BD78D0
Black with #BD78D0
Text Example
Text Example
White with #BD78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78D0; }
p { color: rgb(189,120,208); }
H1.HeaderClassName
{
color: #BD78D0;
}
.AnyTagClassName
{
color: #BD78D0;
}
</style>
background-color css
<style>
a { background-color: #BD78D0; }
a { background-color: rgb(189,120,208); }
div.DivClassName
{
background-color: #BD78D0;
}
.BgClassName
{
background-color: #BD78D0;
}
</style>
border-color css
<style>
span { border-color: #BD78D0; }
span { border-color: rgb(189,120,208); }
td.TdClassName
{
border-color: #BD78D0;
}
.TagClassName
{
border-color: #BD78D0;
}
</style>