Shades of Medium Orchid #BB30EF
Tints of Medium Orchid #BB30EF
RGB
CMYK
RGB Variations
Color information
#BB30EF (or 0xBB30EF) is known color: Medium Orchid. HEX triplet: BB, 30 and EF. RGB value is (187,48,239). Sum of RGB (Red+Green+Blue) = 187+48+239=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB30EF is #44CF10. Grayscale: #6E6E6E. Windows color (decimal): -4509457 or 15675579. OLE color: 15675579.
HSL color Cylindrical-coordinate representation of color #BB30EF: hue angle of 283.66º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB30EF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 48 | 239 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.06 |
| HSL | 283.66º | 0.86% | 0.56% | - |
| HSV(B) | 283.66º | 0.8% | 0.94% | - |
| XYZ | 37.13 | 18.91 | 83.35 | - |
| YUV | 111.34 | 200.05 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 239 | 0.22 | 0.80 | 0 | 0.06 | 283.66 | 0.86 | 0.56 |
| Hex | BB | 30 | EF | 16 | 50 | 0 | 6 | 11C | 56 | 38 |
| Octal | 273 | 60 | 357 | 26 | 120 | 0 | 6 | 434 | 126 | 70 |
| Binary | 10111011 | 110000 | 11101111 | 10110 | 1010000 | 0 | 110 | 100011100 | 1010110 | 111000 |
Color Harmonies of #BB30EF
Complementary color
Monochromatic Colors of #BB30EF
Black with #BB30EF
Text Example
Text Example
White with #BB30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB30EF; }
p { color: rgb(187,48,239); }
H1.HeaderClassName
{
color: #BB30EF;
}
.AnyTagClassName
{
color: #BB30EF;
}
</style>
background-color css
<style>
a { background-color: #BB30EF; }
a { background-color: rgb(187,48,239); }
div.DivClassName
{
background-color: #BB30EF;
}
.BgClassName
{
background-color: #BB30EF;
}
</style>
border-color css
<style>
span { border-color: #BB30EF; }
span { border-color: rgb(187,48,239); }
td.TdClassName
{
border-color: #BB30EF;
}
.TagClassName
{
border-color: #BB30EF;
}
</style>