Shades of Medium Orchid #BB50EB
Tints of Medium Orchid #BB50EB
RGB
CMYK
RGB Variations
Color information
#BB50EB (or 0xBB50EB) is known color: Medium Orchid. HEX triplet: BB, 50 and EB. RGB value is (187,80,235). Sum of RGB (Red+Green+Blue) = 187+80+235=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB50EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB50EB is #44AF14. Grayscale: #818181. Windows color (decimal): -4501269 or 15421627. OLE color: 15421627.
HSL color Cylindrical-coordinate representation of color #BB50EB: hue angle of 281.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB50EB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 80 | 235 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.08 |
| HSL | 281.42º | 0.79% | 0.62% | - |
| HSV(B) | 281.42º | 0.66% | 0.92% | - |
| XYZ | 38.36 | 22.3 | 80.88 | - |
| YUV | 129.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 235 | 0.20 | 0.66 | 0 | 0.08 | 281.42 | 0.79 | 0.62 |
| Hex | BB | 50 | EB | 14 | 42 | 0 | 8 | 119 | 4F | 3E |
| Octal | 273 | 120 | 353 | 24 | 102 | 0 | 10 | 431 | 117 | 76 |
| Binary | 10111011 | 1010000 | 11101011 | 10100 | 1000010 | 0 | 1000 | 100011001 | 1001111 | 111110 |
Color Harmonies of #BB50EB
Complementary color
Monochromatic Colors of #BB50EB
Black with #BB50EB
Text Example
Text Example
White with #BB50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50EB; }
p { color: rgb(187,80,235); }
H1.HeaderClassName
{
color: #BB50EB;
}
.AnyTagClassName
{
color: #BB50EB;
}
</style>
background-color css
<style>
a { background-color: #BB50EB; }
a { background-color: rgb(187,80,235); }
div.DivClassName
{
background-color: #BB50EB;
}
.BgClassName
{
background-color: #BB50EB;
}
</style>
border-color css
<style>
span { border-color: #BB50EB; }
span { border-color: rgb(187,80,235); }
td.TdClassName
{
border-color: #BB50EB;
}
.TagClassName
{
border-color: #BB50EB;
}
</style>