Shades of Medium Orchid #BB72EC
Tints of Medium Orchid #BB72EC
RGB
CMYK
RGB Variations
Color information
#BB72EC (or 0xBB72EC) is known color: Medium Orchid. HEX triplet: BB, 72 and EC. RGB value is (187,114,236). Sum of RGB (Red+Green+Blue) = 187+114+236=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72EC is #448D13. Grayscale: #959595. Windows color (decimal): -4492564 or 15495867. OLE color: 15495867.
HSL color Cylindrical-coordinate representation of color #BB72EC: hue angle of 275.9º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB72EC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 114 | 236 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.07 |
| HSL | 275.9º | 0.76% | 0.69% | - |
| HSV(B) | 275.9º | 0.52% | 0.93% | - |
| XYZ | 41.65 | 28.66 | 82.69 | - |
| YUV | 149.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 236 | 0.21 | 0.52 | 0 | 0.07 | 275.9 | 0.76 | 0.69 |
| Hex | BB | 72 | EC | 15 | 34 | 0 | 7 | 114 | 4C | 45 |
| Octal | 273 | 162 | 354 | 25 | 64 | 0 | 7 | 424 | 114 | 105 |
| Binary | 10111011 | 1110010 | 11101100 | 10101 | 110100 | 0 | 111 | 100010100 | 1001100 | 1000101 |
Color Harmonies of #BB72EC
Complementary color
Monochromatic Colors of #BB72EC
Black with #BB72EC
Text Example
Text Example
White with #BB72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72EC; }
p { color: rgb(187,114,236); }
H1.HeaderClassName
{
color: #BB72EC;
}
.AnyTagClassName
{
color: #BB72EC;
}
</style>
background-color css
<style>
a { background-color: #BB72EC; }
a { background-color: rgb(187,114,236); }
div.DivClassName
{
background-color: #BB72EC;
}
.BgClassName
{
background-color: #BB72EC;
}
</style>
border-color css
<style>
span { border-color: #BB72EC; }
span { border-color: rgb(187,114,236); }
td.TdClassName
{
border-color: #BB72EC;
}
.TagClassName
{
border-color: #BB72EC;
}
</style>