Shades of Medium Orchid #BB50CE
Tints of Medium Orchid #BB50CE
RGB
CMYK
RGB Variations
Color information
#BB50CE (or 0xBB50CE) is known color: Medium Orchid. HEX triplet: BB, 50 and CE. RGB value is (187,80,206). Sum of RGB (Red+Green+Blue) = 187+80+206=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB50CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50CE is #44AF31. Grayscale: #7D7D7D. Windows color (decimal): -4501298 or 13521083. OLE color: 13521083.
HSL color Cylindrical-coordinate representation of color #BB50CE: hue angle of 290.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB50CE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 80 | 206 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.19 |
| HSL | 290.95º | 0.56% | 0.56% | - |
| HSV(B) | 290.95º | 0.61% | 0.81% | - |
| XYZ | 34.5 | 20.76 | 60.58 | - |
| YUV | 126.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 206 | 0.09 | 0.61 | 0 | 0.19 | 290.95 | 0.56 | 0.56 |
| Hex | BB | 50 | CE | 9 | 3D | 0 | 13 | 123 | 38 | 38 |
| Octal | 273 | 120 | 316 | 11 | 75 | 0 | 23 | 443 | 70 | 70 |
| Binary | 10111011 | 1010000 | 11001110 | 1001 | 111101 | 0 | 10011 | 100100011 | 111000 | 111000 |
Color Harmonies of #BB50CE
Complementary color
Monochromatic Colors of #BB50CE
Black with #BB50CE
Text Example
Text Example
White with #BB50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50CE; }
p { color: rgb(187,80,206); }
H1.HeaderClassName
{
color: #BB50CE;
}
.AnyTagClassName
{
color: #BB50CE;
}
</style>
background-color css
<style>
a { background-color: #BB50CE; }
a { background-color: rgb(187,80,206); }
div.DivClassName
{
background-color: #BB50CE;
}
.BgClassName
{
background-color: #BB50CE;
}
</style>
border-color css
<style>
span { border-color: #BB50CE; }
span { border-color: rgb(187,80,206); }
td.TdClassName
{
border-color: #BB50CE;
}
.TagClassName
{
border-color: #BB50CE;
}
</style>