Shades of Medium Orchid #BB50CB
Tints of Medium Orchid #BB50CB
RGB
CMYK
RGB Variations
Color information
#BB50CB (or 0xBB50CB) is known color: Medium Orchid. HEX triplet: BB, 50 and CB. RGB value is (187,80,203). Sum of RGB (Red+Green+Blue) = 187+80+203=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB50CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50CB is #44AF34. Grayscale: #7D7D7D. Windows color (decimal): -4501301 or 13324475. OLE color: 13324475.
HSL color Cylindrical-coordinate representation of color #BB50CB: hue angle of 292.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB50CB is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 80 | 203 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.20 |
| HSL | 292.2º | 0.54% | 0.55% | - |
| HSV(B) | 292.2º | 0.61% | 0.8% | - |
| XYZ | 34.14 | 20.61 | 58.68 | - |
| YUV | 126.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 203 | 0.08 | 0.61 | 0 | 0.20 | 292.2 | 0.54 | 0.55 |
| Hex | BB | 50 | CB | 8 | 3D | 0 | 14 | 124 | 36 | 37 |
| Octal | 273 | 120 | 313 | 10 | 75 | 0 | 24 | 444 | 66 | 67 |
| Binary | 10111011 | 1010000 | 11001011 | 1000 | 111101 | 0 | 10100 | 100100100 | 110110 | 110111 |
Color Harmonies of #BB50CB
Complementary color
Monochromatic Colors of #BB50CB
Black with #BB50CB
Text Example
Text Example
White with #BB50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50CB; }
p { color: rgb(187,80,203); }
H1.HeaderClassName
{
color: #BB50CB;
}
.AnyTagClassName
{
color: #BB50CB;
}
</style>
background-color css
<style>
a { background-color: #BB50CB; }
a { background-color: rgb(187,80,203); }
div.DivClassName
{
background-color: #BB50CB;
}
.BgClassName
{
background-color: #BB50CB;
}
</style>
border-color css
<style>
span { border-color: #BB50CB; }
span { border-color: rgb(187,80,203); }
td.TdClassName
{
border-color: #BB50CB;
}
.TagClassName
{
border-color: #BB50CB;
}
</style>