Shades of Medium Orchid #BB33EE
Tints of Medium Orchid #BB33EE
RGB
CMYK
RGB Variations
Color information
#BB33EE (or 0xBB33EE) is known color: Medium Orchid. HEX triplet: BB, 33 and EE. RGB value is (187,51,238). Sum of RGB (Red+Green+Blue) = 187+51+238=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB33EE is #44CC11. Grayscale: #707070. Windows color (decimal): -4508690 or 15610811. OLE color: 15610811.
HSL color Cylindrical-coordinate representation of color #BB33EE: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB33EE is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 51 | 238 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.07 |
| HSL | 283.64º | 0.85% | 0.57% | - |
| HSV(B) | 283.64º | 0.79% | 0.93% | - |
| XYZ | 37.11 | 19.11 | 82.62 | - |
| YUV | 112.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 51 | 238 | 0.21 | 0.79 | 0 | 0.07 | 283.64 | 0.85 | 0.57 |
| Hex | BB | 33 | EE | 15 | 4F | 0 | 7 | 11C | 55 | 39 |
| Octal | 273 | 63 | 356 | 25 | 117 | 0 | 7 | 434 | 125 | 71 |
| Binary | 10111011 | 110011 | 11101110 | 10101 | 1001111 | 0 | 111 | 100011100 | 1010101 | 111001 |
Color Harmonies of #BB33EE
Complementary color
Monochromatic Colors of #BB33EE
Black with #BB33EE
Text Example
Text Example
White with #BB33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB33EE; }
p { color: rgb(187,51,238); }
H1.HeaderClassName
{
color: #BB33EE;
}
.AnyTagClassName
{
color: #BB33EE;
}
</style>
background-color css
<style>
a { background-color: #BB33EE; }
a { background-color: rgb(187,51,238); }
div.DivClassName
{
background-color: #BB33EE;
}
.BgClassName
{
background-color: #BB33EE;
}
</style>
border-color css
<style>
span { border-color: #BB33EE; }
span { border-color: rgb(187,51,238); }
td.TdClassName
{
border-color: #BB33EE;
}
.TagClassName
{
border-color: #BB33EE;
}
</style>