Shades of Medium Orchid #BB2FEC
Tints of Medium Orchid #BB2FEC
RGB
CMYK
RGB Variations
Color information
#BB2FEC (or 0xBB2FEC) is known color: Medium Orchid. HEX triplet: BB, 2F and EC. RGB value is (187,47,236). Sum of RGB (Red+Green+Blue) = 187+47+236=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FEC is #44D013. Grayscale: #6D6D6D. Windows color (decimal): -4509716 or 15478715. OLE color: 15478715.
HSL color Cylindrical-coordinate representation of color #BB2FEC: hue angle of 284.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2FEC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 47 | 236 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.07 |
| HSL | 284.44º | 0.83% | 0.55% | - |
| HSV(B) | 284.44º | 0.8% | 0.93% | - |
| XYZ | 36.65 | 18.65 | 81.03 | - |
| YUV | 110.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 236 | 0.21 | 0.80 | 0 | 0.07 | 284.44 | 0.83 | 0.55 |
| Hex | BB | 2F | EC | 15 | 50 | 0 | 7 | 11C | 53 | 37 |
| Octal | 273 | 57 | 354 | 25 | 120 | 0 | 7 | 434 | 123 | 67 |
| Binary | 10111011 | 101111 | 11101100 | 10101 | 1010000 | 0 | 111 | 100011100 | 1010011 | 110111 |
Color Harmonies of #BB2FEC
Complementary color
Monochromatic Colors of #BB2FEC
Black with #BB2FEC
Text Example
Text Example
White with #BB2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FEC; }
p { color: rgb(187,47,236); }
H1.HeaderClassName
{
color: #BB2FEC;
}
.AnyTagClassName
{
color: #BB2FEC;
}
</style>
background-color css
<style>
a { background-color: #BB2FEC; }
a { background-color: rgb(187,47,236); }
div.DivClassName
{
background-color: #BB2FEC;
}
.BgClassName
{
background-color: #BB2FEC;
}
</style>
border-color css
<style>
span { border-color: #BB2FEC; }
span { border-color: rgb(187,47,236); }
td.TdClassName
{
border-color: #BB2FEC;
}
.TagClassName
{
border-color: #BB2FEC;
}
</style>