Shades of Medium Orchid #BB5ECC
Tints of Medium Orchid #BB5ECC
RGB
CMYK
RGB Variations
Color information
#BB5ECC (or 0xBB5ECC) is known color: Medium Orchid. HEX triplet: BB, 5E and CC. RGB value is (187,94,204). Sum of RGB (Red+Green+Blue) = 187+94+204=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ECC is #44A133. Grayscale: #868686. Windows color (decimal): -4497716 or 13393595. OLE color: 13393595.
HSL color Cylindrical-coordinate representation of color #BB5ECC: hue angle of 290.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5ECC is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 94 | 204 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.2 |
| HSL | 290.73º | 0.52% | 0.58% | - |
| HSV(B) | 290.73º | 0.54% | 0.8% | - |
| XYZ | 35.4 | 22.93 | 59.69 | - |
| YUV | 134.35 | 167.31 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 204 | 0.08 | 0.54 | 0 | 0.2 | 290.73 | 0.52 | 0.58 |
| Hex | BB | 5E | CC | 8 | 36 | 0 | 14 | 123 | 34 | 3A |
| Octal | 273 | 136 | 314 | 10 | 66 | 0 | 24 | 443 | 64 | 72 |
| Binary | 10111011 | 1011110 | 11001100 | 1000 | 110110 | 0 | 10100 | 100100011 | 110100 | 111010 |
Color Harmonies of #BB5ECC
Complementary color
Monochromatic Colors of #BB5ECC
Black with #BB5ECC
Text Example
Text Example
White with #BB5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ECC; }
p { color: rgb(187,94,204); }
H1.HeaderClassName
{
color: #BB5ECC;
}
.AnyTagClassName
{
color: #BB5ECC;
}
</style>
background-color css
<style>
a { background-color: #BB5ECC; }
a { background-color: rgb(187,94,204); }
div.DivClassName
{
background-color: #BB5ECC;
}
.BgClassName
{
background-color: #BB5ECC;
}
</style>
border-color css
<style>
span { border-color: #BB5ECC; }
span { border-color: rgb(187,94,204); }
td.TdClassName
{
border-color: #BB5ECC;
}
.TagClassName
{
border-color: #BB5ECC;
}
</style>