Shades of Medium Orchid #BB73EC
Tints of Medium Orchid #BB73EC
RGB
CMYK
RGB Variations
Color information
#BB73EC (or 0xBB73EC) is known color: Medium Orchid. HEX triplet: BB, 73 and EC. RGB value is (187,115,236). Sum of RGB (Red+Green+Blue) = 187+115+236=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB73EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB73EC is #448C13. Grayscale: #959595. Windows color (decimal): -4492308 or 15496123. OLE color: 15496123.
HSL color Cylindrical-coordinate representation of color #BB73EC: hue angle of 275.7º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB73EC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 115 | 236 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.07 |
| HSL | 275.7º | 0.76% | 0.69% | - |
| HSV(B) | 275.7º | 0.51% | 0.93% | - |
| XYZ | 41.76 | 28.88 | 82.73 | - |
| YUV | 150.32 | 176.35 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 236 | 0.21 | 0.51 | 0 | 0.07 | 275.7 | 0.76 | 0.69 |
| Hex | BB | 73 | EC | 15 | 33 | 0 | 7 | 114 | 4C | 45 |
| Octal | 273 | 163 | 354 | 25 | 63 | 0 | 7 | 424 | 114 | 105 |
| Binary | 10111011 | 1110011 | 11101100 | 10101 | 110011 | 0 | 111 | 100010100 | 1001100 | 1000101 |
Color Harmonies of #BB73EC
Complementary color
Monochromatic Colors of #BB73EC
Black with #BB73EC
Text Example
Text Example
White with #BB73EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73EC; }
p { color: rgb(187,115,236); }
H1.HeaderClassName
{
color: #BB73EC;
}
.AnyTagClassName
{
color: #BB73EC;
}
</style>
background-color css
<style>
a { background-color: #BB73EC; }
a { background-color: rgb(187,115,236); }
div.DivClassName
{
background-color: #BB73EC;
}
.BgClassName
{
background-color: #BB73EC;
}
</style>
border-color css
<style>
span { border-color: #BB73EC; }
span { border-color: rgb(187,115,236); }
td.TdClassName
{
border-color: #BB73EC;
}
.TagClassName
{
border-color: #BB73EC;
}
</style>