Shades of Medium Orchid #BB71DD
Tints of Medium Orchid #BB71DD
RGB
CMYK
RGB Variations
Color information
#BB71DD (or 0xBB71DD) is known color: Medium Orchid. HEX triplet: BB, 71 and DD. RGB value is (187,113,221). Sum of RGB (Red+Green+Blue) = 187+113+221=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71DD is #448E22. Grayscale: #939393. Windows color (decimal): -4492835 or 14512571. OLE color: 14512571.
HSL color Cylindrical-coordinate representation of color #BB71DD: hue angle of 281.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB71DD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 113 | 221 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.13 |
| HSL | 281.11º | 0.61% | 0.65% | - |
| HSV(B) | 281.11º | 0.49% | 0.87% | - |
| XYZ | 39.45 | 27.6 | 71.65 | - |
| YUV | 147.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 221 | 0.15 | 0.49 | 0 | 0.13 | 281.11 | 0.61 | 0.65 |
| Hex | BB | 71 | DD | F | 31 | 0 | D | 119 | 3D | 41 |
| Octal | 273 | 161 | 335 | 17 | 61 | 0 | 15 | 431 | 75 | 101 |
| Binary | 10111011 | 1110001 | 11011101 | 1111 | 110001 | 0 | 1101 | 100011001 | 111101 | 1000001 |
Color Harmonies of #BB71DD
Complementary color
Monochromatic Colors of #BB71DD
Black with #BB71DD
Text Example
Text Example
White with #BB71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB71DD; }
p { color: rgb(187,113,221); }
H1.HeaderClassName
{
color: #BB71DD;
}
.AnyTagClassName
{
color: #BB71DD;
}
</style>
background-color css
<style>
a { background-color: #BB71DD; }
a { background-color: rgb(187,113,221); }
div.DivClassName
{
background-color: #BB71DD;
}
.BgClassName
{
background-color: #BB71DD;
}
</style>
border-color css
<style>
span { border-color: #BB71DD; }
span { border-color: rgb(187,113,221); }
td.TdClassName
{
border-color: #BB71DD;
}
.TagClassName
{
border-color: #BB71DD;
}
</style>