Shades of Medium Orchid #BD79DD
Tints of Medium Orchid #BD79DD
RGB
CMYK
RGB Variations
Color information
#BD79DD (or 0xBD79DD) is known color: Medium Orchid. HEX triplet: BD, 79 and DD. RGB value is (189,121,221). Sum of RGB (Red+Green+Blue) = 189+121+221=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD79DD is #428622. Grayscale: #989898. Windows color (decimal): -4359715 or 14514621. OLE color: 14514621.
HSL color Cylindrical-coordinate representation of color #BD79DD: hue angle of 280.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD79DD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 121 | 221 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 280.8º | 0.6% | 0.67% | - |
| HSV(B) | 280.8º | 0.45% | 0.87% | - |
| XYZ | 40.87 | 29.71 | 71.99 | - |
| YUV | 152.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 221 | 0.14 | 0.45 | 0 | 0.13 | 280.8 | 0.6 | 0.67 |
| Hex | BD | 79 | DD | E | 2D | 0 | D | 119 | 3C | 43 |
| Octal | 275 | 171 | 335 | 16 | 55 | 0 | 15 | 431 | 74 | 103 |
| Binary | 10111101 | 1111001 | 11011101 | 1110 | 101101 | 0 | 1101 | 100011001 | 111100 | 1000011 |
Color Harmonies of #BD79DD
Complementary color
Monochromatic Colors of #BD79DD
Black with #BD79DD
Text Example
Text Example
White with #BD79DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD79DD; }
p { color: rgb(189,121,221); }
H1.HeaderClassName
{
color: #BD79DD;
}
.AnyTagClassName
{
color: #BD79DD;
}
</style>
background-color css
<style>
a { background-color: #BD79DD; }
a { background-color: rgb(189,121,221); }
div.DivClassName
{
background-color: #BD79DD;
}
.BgClassName
{
background-color: #BD79DD;
}
</style>
border-color css
<style>
span { border-color: #BD79DD; }
span { border-color: rgb(189,121,221); }
td.TdClassName
{
border-color: #BD79DD;
}
.TagClassName
{
border-color: #BD79DD;
}
</style>