Shades of Medium Orchid #BD7AD7
Tints of Medium Orchid #BD7AD7
RGB
CMYK
RGB Variations
Color information
#BD7AD7 (or 0xBD7AD7) is known color: Medium Orchid. HEX triplet: BD, 7A and D7. RGB value is (189,122,215). Sum of RGB (Red+Green+Blue) = 189+122+215=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD7AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7AD7 is #428528. Grayscale: #989898. Windows color (decimal): -4359465 or 14121661. OLE color: 14121661.
HSL color Cylindrical-coordinate representation of color #BD7AD7: hue angle of 283.23º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7AD7 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 122 | 215 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.16 |
| HSL | 283.23º | 0.54% | 0.66% | - |
| HSV(B) | 283.23º | 0.43% | 0.84% | - |
| XYZ | 40.21 | 29.64 | 67.89 | - |
| YUV | 152.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 215 | 0.12 | 0.43 | 0 | 0.16 | 283.23 | 0.54 | 0.66 |
| Hex | BD | 7A | D7 | C | 2B | 0 | 10 | 11B | 36 | 42 |
| Octal | 275 | 172 | 327 | 14 | 53 | 0 | 20 | 433 | 66 | 102 |
| Binary | 10111101 | 1111010 | 11010111 | 1100 | 101011 | 0 | 10000 | 100011011 | 110110 | 1000010 |
Color Harmonies of #BD7AD7
Complementary color
Monochromatic Colors of #BD7AD7
Black with #BD7AD7
Text Example
Text Example
White with #BD7AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7AD7; }
p { color: rgb(189,122,215); }
H1.HeaderClassName
{
color: #BD7AD7;
}
.AnyTagClassName
{
color: #BD7AD7;
}
</style>
background-color css
<style>
a { background-color: #BD7AD7; }
a { background-color: rgb(189,122,215); }
div.DivClassName
{
background-color: #BD7AD7;
}
.BgClassName
{
background-color: #BD7AD7;
}
</style>
border-color css
<style>
span { border-color: #BD7AD7; }
span { border-color: rgb(189,122,215); }
td.TdClassName
{
border-color: #BD7AD7;
}
.TagClassName
{
border-color: #BD7AD7;
}
</style>