Shades of Medium Orchid #BD78CF
Tints of Medium Orchid #BD78CF
RGB
CMYK
RGB Variations
Color information
#BD78CF (or 0xBD78CF) is known color: Medium Orchid. HEX triplet: BD, 78 and CF. RGB value is (189,120,207). Sum of RGB (Red+Green+Blue) = 189+120+207=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD78CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD78CF is #428730. Grayscale: #969696. Windows color (decimal): -4359985 or 13596861. OLE color: 13596861.
HSL color Cylindrical-coordinate representation of color #BD78CF: hue angle of 287.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD78CF is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 120 | 207 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.19 |
| HSL | 287.59º | 0.48% | 0.64% | - |
| HSV(B) | 287.59º | 0.42% | 0.81% | - |
| XYZ | 38.97 | 28.76 | 62.53 | - |
| YUV | 150.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 207 | 0.09 | 0.42 | 0 | 0.19 | 287.59 | 0.48 | 0.64 |
| Hex | BD | 78 | CF | 9 | 2A | 0 | 13 | 120 | 30 | 40 |
| Octal | 275 | 170 | 317 | 11 | 52 | 0 | 23 | 440 | 60 | 100 |
| Binary | 10111101 | 1111000 | 11001111 | 1001 | 101010 | 0 | 10011 | 100100000 | 110000 | 1000000 |
Color Harmonies of #BD78CF
Complementary color
Monochromatic Colors of #BD78CF
Black with #BD78CF
Text Example
Text Example
White with #BD78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78CF; }
p { color: rgb(189,120,207); }
H1.HeaderClassName
{
color: #BD78CF;
}
.AnyTagClassName
{
color: #BD78CF;
}
</style>
background-color css
<style>
a { background-color: #BD78CF; }
a { background-color: rgb(189,120,207); }
div.DivClassName
{
background-color: #BD78CF;
}
.BgClassName
{
background-color: #BD78CF;
}
</style>
border-color css
<style>
span { border-color: #BD78CF; }
span { border-color: rgb(189,120,207); }
td.TdClassName
{
border-color: #BD78CF;
}
.TagClassName
{
border-color: #BD78CF;
}
</style>