Shades of Medium Orchid #BB31EC
Tints of Medium Orchid #BB31EC
RGB
CMYK
RGB Variations
Color information
#BB31EC (or 0xBB31EC) is known color: Medium Orchid. HEX triplet: BB, 31 and EC. RGB value is (187,49,236). Sum of RGB (Red+Green+Blue) = 187+49+236=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB31EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB31EC is #44CE13. Grayscale: #6E6E6E. Windows color (decimal): -4509204 or 15479227. OLE color: 15479227.
HSL color Cylindrical-coordinate representation of color #BB31EC: hue angle of 284.28º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB31EC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 49 | 236 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 284.28º | 0.83% | 0.56% | - |
| HSV(B) | 284.28º | 0.79% | 0.93% | - |
| XYZ | 36.73 | 18.82 | 81.05 | - |
| YUV | 111.58 | 198.22 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 236 | 0.21 | 0.79 | 0 | 0.07 | 284.28 | 0.83 | 0.56 |
| Hex | BB | 31 | EC | 15 | 4F | 0 | 7 | 11C | 53 | 38 |
| Octal | 273 | 61 | 354 | 25 | 117 | 0 | 7 | 434 | 123 | 70 |
| Binary | 10111011 | 110001 | 11101100 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010011 | 111000 |
Color Harmonies of #BB31EC
Complementary color
Monochromatic Colors of #BB31EC
Black with #BB31EC
Text Example
Text Example
White with #BB31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31EC; }
p { color: rgb(187,49,236); }
H1.HeaderClassName
{
color: #BB31EC;
}
.AnyTagClassName
{
color: #BB31EC;
}
</style>
background-color css
<style>
a { background-color: #BB31EC; }
a { background-color: rgb(187,49,236); }
div.DivClassName
{
background-color: #BB31EC;
}
.BgClassName
{
background-color: #BB31EC;
}
</style>
border-color css
<style>
span { border-color: #BB31EC; }
span { border-color: rgb(187,49,236); }
td.TdClassName
{
border-color: #BB31EC;
}
.TagClassName
{
border-color: #BB31EC;
}
</style>