Shades of Medium Orchid #BB36EC
Tints of Medium Orchid #BB36EC
RGB
CMYK
RGB Variations
Color information
#BB36EC (or 0xBB36EC) is known color: Medium Orchid. HEX triplet: BB, 36 and EC. RGB value is (187,54,236). Sum of RGB (Red+Green+Blue) = 187+54+236=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB36EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB36EC is #44C913. Grayscale: #717171. Windows color (decimal): -4507924 or 15480507. OLE color: 15480507.
HSL color Cylindrical-coordinate representation of color #BB36EC: hue angle of 283.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB36EC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 54 | 236 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.07 |
| HSL | 283.85º | 0.83% | 0.57% | - |
| HSV(B) | 283.85º | 0.77% | 0.93% | - |
| XYZ | 36.95 | 19.26 | 81.13 | - |
| YUV | 114.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 236 | 0.21 | 0.77 | 0 | 0.07 | 283.85 | 0.83 | 0.57 |
| Hex | BB | 36 | EC | 15 | 4D | 0 | 7 | 11C | 53 | 39 |
| Octal | 273 | 66 | 354 | 25 | 115 | 0 | 7 | 434 | 123 | 71 |
| Binary | 10111011 | 110110 | 11101100 | 10101 | 1001101 | 0 | 111 | 100011100 | 1010011 | 111001 |
Color Harmonies of #BB36EC
Complementary color
Monochromatic Colors of #BB36EC
Black with #BB36EC
Text Example
Text Example
White with #BB36EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36EC; }
p { color: rgb(187,54,236); }
H1.HeaderClassName
{
color: #BB36EC;
}
.AnyTagClassName
{
color: #BB36EC;
}
</style>
background-color css
<style>
a { background-color: #BB36EC; }
a { background-color: rgb(187,54,236); }
div.DivClassName
{
background-color: #BB36EC;
}
.BgClassName
{
background-color: #BB36EC;
}
</style>
border-color css
<style>
span { border-color: #BB36EC; }
span { border-color: rgb(187,54,236); }
td.TdClassName
{
border-color: #BB36EC;
}
.TagClassName
{
border-color: #BB36EC;
}
</style>