Shades of Medium Orchid #BD76DD
Tints of Medium Orchid #BD76DD
RGB
CMYK
RGB Variations
Color information
#BD76DD (or 0xBD76DD) is known color: Medium Orchid. HEX triplet: BD, 76 and DD. RGB value is (189,118,221). Sum of RGB (Red+Green+Blue) = 189+118+221=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76DD is #428922. Grayscale: #969696. Windows color (decimal): -4360483 or 14513853. OLE color: 14513853.
HSL color Cylindrical-coordinate representation of color #BD76DD: hue angle of 281.36º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD76DD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 118 | 221 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.13 |
| HSL | 281.36º | 0.6% | 0.66% | - |
| HSV(B) | 281.36º | 0.47% | 0.87% | - |
| XYZ | 40.52 | 29 | 71.87 | - |
| YUV | 150.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 221 | 0.14 | 0.47 | 0 | 0.13 | 281.36 | 0.6 | 0.66 |
| Hex | BD | 76 | DD | E | 2F | 0 | D | 119 | 3C | 42 |
| Octal | 275 | 166 | 335 | 16 | 57 | 0 | 15 | 431 | 74 | 102 |
| Binary | 10111101 | 1110110 | 11011101 | 1110 | 101111 | 0 | 1101 | 100011001 | 111100 | 1000010 |
Color Harmonies of #BD76DD
Complementary color
Monochromatic Colors of #BD76DD
Black with #BD76DD
Text Example
Text Example
White with #BD76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD76DD; }
p { color: rgb(189,118,221); }
H1.HeaderClassName
{
color: #BD76DD;
}
.AnyTagClassName
{
color: #BD76DD;
}
</style>
background-color css
<style>
a { background-color: #BD76DD; }
a { background-color: rgb(189,118,221); }
div.DivClassName
{
background-color: #BD76DD;
}
.BgClassName
{
background-color: #BD76DD;
}
</style>
border-color css
<style>
span { border-color: #BD76DD; }
span { border-color: rgb(189,118,221); }
td.TdClassName
{
border-color: #BD76DD;
}
.TagClassName
{
border-color: #BD76DD;
}
</style>