Shades of Medium Orchid #BD78E6
Tints of Medium Orchid #BD78E6
RGB
CMYK
RGB Variations
Color information
#BD78E6 (or 0xBD78E6) is known color: Medium Orchid. HEX triplet: BD, 78 and E6. RGB value is (189,120,230). Sum of RGB (Red+Green+Blue) = 189+120+230=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #BD78E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78E6 is #428719. Grayscale: #989898. Windows color (decimal): -4359962 or 15104189. OLE color: 15104189.
HSL color Cylindrical-coordinate representation of color #BD78E6: hue angle of 277.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD78E6 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 120 | 230 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.10 |
| HSL | 277.64º | 0.69% | 0.69% | - |
| HSV(B) | 277.64º | 0.48% | 0.9% | - |
| XYZ | 41.99 | 29.96 | 78.43 | - |
| YUV | 153.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 230 | 0.18 | 0.48 | 0 | 0.10 | 277.64 | 0.69 | 0.69 |
| Hex | BD | 78 | E6 | 12 | 30 | 0 | A | 116 | 45 | 45 |
| Octal | 275 | 170 | 346 | 22 | 60 | 0 | 12 | 426 | 105 | 105 |
| Binary | 10111101 | 1111000 | 11100110 | 10010 | 110000 | 0 | 1010 | 100010110 | 1000101 | 1000101 |
Color Harmonies of #BD78E6
Complementary color
Monochromatic Colors of #BD78E6
Black with #BD78E6
Text Example
Text Example
White with #BD78E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78E6; }
p { color: rgb(189,120,230); }
H1.HeaderClassName
{
color: #BD78E6;
}
.AnyTagClassName
{
color: #BD78E6;
}
</style>
background-color css
<style>
a { background-color: #BD78E6; }
a { background-color: rgb(189,120,230); }
div.DivClassName
{
background-color: #BD78E6;
}
.BgClassName
{
background-color: #BD78E6;
}
</style>
border-color css
<style>
span { border-color: #BD78E6; }
span { border-color: rgb(189,120,230); }
td.TdClassName
{
border-color: #BD78E6;
}
.TagClassName
{
border-color: #BD78E6;
}
</style>