Shades of Medium Orchid #BB30EE
Tints of Medium Orchid #BB30EE
RGB
CMYK
RGB Variations
Color information
#BB30EE (or 0xBB30EE) is known color: Medium Orchid. HEX triplet: BB, 30 and EE. RGB value is (187,48,238). Sum of RGB (Red+Green+Blue) = 187+48+238=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30EE is #44CF11. Grayscale: #6E6E6E. Windows color (decimal): -4509458 or 15610043. OLE color: 15610043.
HSL color Cylindrical-coordinate representation of color #BB30EE: hue angle of 283.89º 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 #BB30EE is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 48 | 238 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.07 |
| HSL | 283.89º | 0.85% | 0.56% | - |
| HSV(B) | 283.89º | 0.8% | 0.93% | - |
| XYZ | 36.98 | 18.85 | 82.58 | - |
| YUV | 111.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 238 | 0.21 | 0.80 | 0 | 0.07 | 283.89 | 0.85 | 0.56 |
| Hex | BB | 30 | EE | 15 | 50 | 0 | 7 | 11C | 55 | 38 |
| Octal | 273 | 60 | 356 | 25 | 120 | 0 | 7 | 434 | 125 | 70 |
| Binary | 10111011 | 110000 | 11101110 | 10101 | 1010000 | 0 | 111 | 100011100 | 1010101 | 111000 |
Color Harmonies of #BB30EE
Complementary color
Monochromatic Colors of #BB30EE
Black with #BB30EE
Text Example
Text Example
White with #BB30EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30EE; }
p { color: rgb(187,48,238); }
H1.HeaderClassName
{
color: #BB30EE;
}
.AnyTagClassName
{
color: #BB30EE;
}
</style>
background-color css
<style>
a { background-color: #BB30EE; }
a { background-color: rgb(187,48,238); }
div.DivClassName
{
background-color: #BB30EE;
}
.BgClassName
{
background-color: #BB30EE;
}
</style>
border-color css
<style>
span { border-color: #BB30EE; }
span { border-color: rgb(187,48,238); }
td.TdClassName
{
border-color: #BB30EE;
}
.TagClassName
{
border-color: #BB30EE;
}
</style>