Shades of Medium Orchid #BB50E2
Tints of Medium Orchid #BB50E2
RGB
CMYK
RGB Variations
Color information
#BB50E2 (or 0xBB50E2) is known color: Medium Orchid. HEX triplet: BB, 50 and E2. RGB value is (187,80,226). Sum of RGB (Red+Green+Blue) = 187+80+226=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB50E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50E2 is #44AF1D. Grayscale: #808080. Windows color (decimal): -4501278 or 14831803. OLE color: 14831803.
HSL color Cylindrical-coordinate representation of color #BB50E2: hue angle of 283.97º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB50E2 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 80 | 226 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.11 |
| HSL | 283.97º | 0.72% | 0.6% | - |
| HSV(B) | 283.97º | 0.65% | 0.89% | - |
| XYZ | 37.09 | 21.79 | 74.2 | - |
| YUV | 128.64 | 182.95 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 226 | 0.17 | 0.65 | 0 | 0.11 | 283.97 | 0.72 | 0.6 |
| Hex | BB | 50 | E2 | 11 | 41 | 0 | B | 11C | 48 | 3C |
| Octal | 273 | 120 | 342 | 21 | 101 | 0 | 13 | 434 | 110 | 74 |
| Binary | 10111011 | 1010000 | 11100010 | 10001 | 1000001 | 0 | 1011 | 100011100 | 1001000 | 111100 |
Color Harmonies of #BB50E2
Complementary color
Monochromatic Colors of #BB50E2
Black with #BB50E2
Text Example
Text Example
White with #BB50E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50E2; }
p { color: rgb(187,80,226); }
H1.HeaderClassName
{
color: #BB50E2;
}
.AnyTagClassName
{
color: #BB50E2;
}
</style>
background-color css
<style>
a { background-color: #BB50E2; }
a { background-color: rgb(187,80,226); }
div.DivClassName
{
background-color: #BB50E2;
}
.BgClassName
{
background-color: #BB50E2;
}
</style>
border-color css
<style>
span { border-color: #BB50E2; }
span { border-color: rgb(187,80,226); }
td.TdClassName
{
border-color: #BB50E2;
}
.TagClassName
{
border-color: #BB50E2;
}
</style>