Shades of Medium Orchid #BB2FEE
Tints of Medium Orchid #BB2FEE
RGB
CMYK
RGB Variations
Color information
#BB2FEE (or 0xBB2FEE) is known color: Medium Orchid. HEX triplet: BB, 2F and EE. RGB value is (187,47,238). Sum of RGB (Red+Green+Blue) = 187+47+238=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB2FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2FEE is #44D011. Grayscale: #6E6E6E. Windows color (decimal): -4509714 or 15609787. OLE color: 15609787.
HSL color Cylindrical-coordinate representation of color #BB2FEE: hue angle of 283.98º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2FEE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 47 | 238 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.07 |
| HSL | 283.98º | 0.85% | 0.56% | - |
| HSV(B) | 283.98º | 0.8% | 0.93% | - |
| XYZ | 36.94 | 18.77 | 82.56 | - |
| YUV | 110.63 | 199.88 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 47 | 238 | 0.21 | 0.80 | 0 | 0.07 | 283.98 | 0.85 | 0.56 |
| Hex | BB | 2F | EE | 15 | 50 | 0 | 7 | 11C | 55 | 38 |
| Octal | 273 | 57 | 356 | 25 | 120 | 0 | 7 | 434 | 125 | 70 |
| Binary | 10111011 | 101111 | 11101110 | 10101 | 1010000 | 0 | 111 | 100011100 | 1010101 | 111000 |
Color Harmonies of #BB2FEE
Complementary color
Monochromatic Colors of #BB2FEE
Black with #BB2FEE
Text Example
Text Example
White with #BB2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2FEE; }
p { color: rgb(187,47,238); }
H1.HeaderClassName
{
color: #BB2FEE;
}
.AnyTagClassName
{
color: #BB2FEE;
}
</style>
background-color css
<style>
a { background-color: #BB2FEE; }
a { background-color: rgb(187,47,238); }
div.DivClassName
{
background-color: #BB2FEE;
}
.BgClassName
{
background-color: #BB2FEE;
}
</style>
border-color css
<style>
span { border-color: #BB2FEE; }
span { border-color: rgb(187,47,238); }
td.TdClassName
{
border-color: #BB2FEE;
}
.TagClassName
{
border-color: #BB2FEE;
}
</style>