Shades of Medium Orchid #BB71E5
Tints of Medium Orchid #BB71E5
RGB
CMYK
RGB Variations
Color information
#BB71E5 (or 0xBB71E5) is known color: Medium Orchid. HEX triplet: BB, 71 and E5. RGB value is (187,113,229). Sum of RGB (Red+Green+Blue) = 187+113+229=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB71E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71E5 is #448E1A. Grayscale: #939393. Windows color (decimal): -4492827 or 15036859. OLE color: 15036859.
HSL color Cylindrical-coordinate representation of color #BB71E5: hue angle of 278.28º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB71E5 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 113 | 229 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.10 |
| HSL | 278.28º | 0.69% | 0.67% | - |
| HSV(B) | 278.28º | 0.51% | 0.9% | - |
| XYZ | 40.54 | 28.03 | 77.4 | - |
| YUV | 148.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 229 | 0.18 | 0.51 | 0 | 0.10 | 278.28 | 0.69 | 0.67 |
| Hex | BB | 71 | E5 | 12 | 33 | 0 | A | 116 | 45 | 43 |
| Octal | 273 | 161 | 345 | 22 | 63 | 0 | 12 | 426 | 105 | 103 |
| Binary | 10111011 | 1110001 | 11100101 | 10010 | 110011 | 0 | 1010 | 100010110 | 1000101 | 1000011 |
Color Harmonies of #BB71E5
Complementary color
Monochromatic Colors of #BB71E5
Black with #BB71E5
Text Example
Text Example
White with #BB71E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB71E5; }
p { color: rgb(187,113,229); }
H1.HeaderClassName
{
color: #BB71E5;
}
.AnyTagClassName
{
color: #BB71E5;
}
</style>
background-color css
<style>
a { background-color: #BB71E5; }
a { background-color: rgb(187,113,229); }
div.DivClassName
{
background-color: #BB71E5;
}
.BgClassName
{
background-color: #BB71E5;
}
</style>
border-color css
<style>
span { border-color: #BB71E5; }
span { border-color: rgb(187,113,229); }
td.TdClassName
{
border-color: #BB71E5;
}
.TagClassName
{
border-color: #BB71E5;
}
</style>