Shades of Medium Orchid #BB5ECE
Tints of Medium Orchid #BB5ECE
RGB
CMYK
RGB Variations
Color information
#BB5ECE (or 0xBB5ECE) is known color: Medium Orchid. HEX triplet: BB, 5E and CE. RGB value is (187,94,206). Sum of RGB (Red+Green+Blue) = 187+94+206=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB5ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5ECE is #44A131. Grayscale: #868686. Windows color (decimal): -4497714 or 13524667. OLE color: 13524667.
HSL color Cylindrical-coordinate representation of color #BB5ECE: hue angle of 289.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5ECE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 94 | 206 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.19 |
| HSL | 289.82º | 0.53% | 0.59% | - |
| HSV(B) | 289.82º | 0.54% | 0.81% | - |
| XYZ | 35.64 | 23.03 | 60.96 | - |
| YUV | 134.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 206 | 0.09 | 0.54 | 0 | 0.19 | 289.82 | 0.53 | 0.59 |
| Hex | BB | 5E | CE | 9 | 36 | 0 | 13 | 122 | 35 | 3B |
| Octal | 273 | 136 | 316 | 11 | 66 | 0 | 23 | 442 | 65 | 73 |
| Binary | 10111011 | 1011110 | 11001110 | 1001 | 110110 | 0 | 10011 | 100100010 | 110101 | 111011 |
Color Harmonies of #BB5ECE
Complementary color
Monochromatic Colors of #BB5ECE
Black with #BB5ECE
Text Example
Text Example
White with #BB5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5ECE; }
p { color: rgb(187,94,206); }
H1.HeaderClassName
{
color: #BB5ECE;
}
.AnyTagClassName
{
color: #BB5ECE;
}
</style>
background-color css
<style>
a { background-color: #BB5ECE; }
a { background-color: rgb(187,94,206); }
div.DivClassName
{
background-color: #BB5ECE;
}
.BgClassName
{
background-color: #BB5ECE;
}
</style>
border-color css
<style>
span { border-color: #BB5ECE; }
span { border-color: rgb(187,94,206); }
td.TdClassName
{
border-color: #BB5ECE;
}
.TagClassName
{
border-color: #BB5ECE;
}
</style>