Shades of Medium Orchid #BB71E1
Tints of Medium Orchid #BB71E1
RGB
CMYK
RGB Variations
Color information
#BB71E1 (or 0xBB71E1) is known color: Medium Orchid. HEX triplet: BB, 71 and E1. RGB value is (187,113,225). Sum of RGB (Red+Green+Blue) = 187+113+225=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB71E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71E1 is #448E1E. Grayscale: #939393. Windows color (decimal): -4492831 or 14774715. OLE color: 14774715.
HSL color Cylindrical-coordinate representation of color #BB71E1: hue angle of 279.64º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB71E1 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 113 | 225 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.12 |
| HSL | 279.64º | 0.65% | 0.66% | - |
| HSV(B) | 279.64º | 0.5% | 0.88% | - |
| XYZ | 39.99 | 27.81 | 74.49 | - |
| YUV | 147.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 225 | 0.17 | 0.50 | 0 | 0.12 | 279.64 | 0.65 | 0.66 |
| Hex | BB | 71 | E1 | 11 | 32 | 0 | C | 118 | 41 | 42 |
| Octal | 273 | 161 | 341 | 21 | 62 | 0 | 14 | 430 | 101 | 102 |
| Binary | 10111011 | 1110001 | 11100001 | 10001 | 110010 | 0 | 1100 | 100011000 | 1000001 | 1000010 |
Color Harmonies of #BB71E1
Complementary color
Monochromatic Colors of #BB71E1
Black with #BB71E1
Text Example
Text Example
White with #BB71E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB71E1; }
p { color: rgb(187,113,225); }
H1.HeaderClassName
{
color: #BB71E1;
}
.AnyTagClassName
{
color: #BB71E1;
}
</style>
background-color css
<style>
a { background-color: #BB71E1; }
a { background-color: rgb(187,113,225); }
div.DivClassName
{
background-color: #BB71E1;
}
.BgClassName
{
background-color: #BB71E1;
}
</style>
border-color css
<style>
span { border-color: #BB71E1; }
span { border-color: rgb(187,113,225); }
td.TdClassName
{
border-color: #BB71E1;
}
.TagClassName
{
border-color: #BB71E1;
}
</style>