Shades of Medium Orchid #BB50CC
Tints of Medium Orchid #BB50CC
RGB
CMYK
RGB Variations
Color information
#BB50CC (or 0xBB50CC) is known color: Medium Orchid. HEX triplet: BB, 50 and CC. RGB value is (187,80,204). Sum of RGB (Red+Green+Blue) = 187+80+204=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB50CC is #44AF33. Grayscale: #7D7D7D. Windows color (decimal): -4501300 or 13390011. OLE color: 13390011.
HSL color Cylindrical-coordinate representation of color #BB50CC: hue angle of 291.77º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB50CC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 80 | 204 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.2 |
| HSL | 291.77º | 0.55% | 0.56% | - |
| HSV(B) | 291.77º | 0.61% | 0.8% | - |
| XYZ | 34.26 | 20.66 | 59.31 | - |
| YUV | 126.13 | 171.95 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 204 | 0.08 | 0.61 | 0 | 0.2 | 291.77 | 0.55 | 0.56 |
| Hex | BB | 50 | CC | 8 | 3D | 0 | 14 | 124 | 37 | 38 |
| Octal | 273 | 120 | 314 | 10 | 75 | 0 | 24 | 444 | 67 | 70 |
| Binary | 10111011 | 1010000 | 11001100 | 1000 | 111101 | 0 | 10100 | 100100100 | 110111 | 111000 |
Color Harmonies of #BB50CC
Complementary color
Monochromatic Colors of #BB50CC
Black with #BB50CC
Text Example
Text Example
White with #BB50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB50CC; }
p { color: rgb(187,80,204); }
H1.HeaderClassName
{
color: #BB50CC;
}
.AnyTagClassName
{
color: #BB50CC;
}
</style>
background-color css
<style>
a { background-color: #BB50CC; }
a { background-color: rgb(187,80,204); }
div.DivClassName
{
background-color: #BB50CC;
}
.BgClassName
{
background-color: #BB50CC;
}
</style>
border-color css
<style>
span { border-color: #BB50CC; }
span { border-color: rgb(187,80,204); }
td.TdClassName
{
border-color: #BB50CC;
}
.TagClassName
{
border-color: #BB50CC;
}
</style>