Shades of Medium Orchid #BB50D0
Tints of Medium Orchid #BB50D0
RGB
CMYK
RGB Variations
Color information
#BB50D0 (or 0xBB50D0) is known color: Medium Orchid. HEX triplet: BB, 50 and D0. RGB value is (187,80,208). Sum of RGB (Red+Green+Blue) = 187+80+208=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB50D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50D0 is #44AF2F. Grayscale: #7E7E7E. Windows color (decimal): -4501296 or 13652155. OLE color: 13652155.
HSL color Cylindrical-coordinate representation of color #BB50D0: hue angle of 290.16º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB50D0 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 80 | 208 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.18 |
| HSL | 290.16º | 0.58% | 0.56% | - |
| HSV(B) | 290.16º | 0.62% | 0.82% | - |
| XYZ | 34.75 | 20.86 | 61.87 | - |
| YUV | 126.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 208 | 0.10 | 0.62 | 0 | 0.18 | 290.16 | 0.58 | 0.56 |
| Hex | BB | 50 | D0 | A | 3E | 0 | 12 | 122 | 3A | 38 |
| Octal | 273 | 120 | 320 | 12 | 76 | 0 | 22 | 442 | 72 | 70 |
| Binary | 10111011 | 1010000 | 11010000 | 1010 | 111110 | 0 | 10010 | 100100010 | 111010 | 111000 |
Color Harmonies of #BB50D0
Complementary color
Monochromatic Colors of #BB50D0
Black with #BB50D0
Text Example
Text Example
White with #BB50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50D0; }
p { color: rgb(187,80,208); }
H1.HeaderClassName
{
color: #BB50D0;
}
.AnyTagClassName
{
color: #BB50D0;
}
</style>
background-color css
<style>
a { background-color: #BB50D0; }
a { background-color: rgb(187,80,208); }
div.DivClassName
{
background-color: #BB50D0;
}
.BgClassName
{
background-color: #BB50D0;
}
</style>
border-color css
<style>
span { border-color: #BB50D0; }
span { border-color: rgb(187,80,208); }
td.TdClassName
{
border-color: #BB50D0;
}
.TagClassName
{
border-color: #BB50D0;
}
</style>