Shades of Medium Orchid #BB38EE
Tints of Medium Orchid #BB38EE
RGB
CMYK
RGB Variations
Color information
#BB38EE (or 0xBB38EE) is known color: Medium Orchid. HEX triplet: BB, 38 and EE. RGB value is (187,56,238). Sum of RGB (Red+Green+Blue) = 187+56+238=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB38EE is #44C711. Grayscale: #737373. Windows color (decimal): -4507410 or 15612091. OLE color: 15612091.
HSL color Cylindrical-coordinate representation of color #BB38EE: hue angle of 283.19º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB38EE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 56 | 238 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.07 |
| HSL | 283.19º | 0.84% | 0.58% | - |
| HSV(B) | 283.19º | 0.76% | 0.93% | - |
| XYZ | 37.34 | 19.57 | 82.7 | - |
| YUV | 115.92 | 196.9 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 56 | 238 | 0.21 | 0.76 | 0 | 0.07 | 283.19 | 0.84 | 0.58 |
| Hex | BB | 38 | EE | 15 | 4C | 0 | 7 | 11B | 54 | 3A |
| Octal | 273 | 70 | 356 | 25 | 114 | 0 | 7 | 433 | 124 | 72 |
| Binary | 10111011 | 111000 | 11101110 | 10101 | 1001100 | 0 | 111 | 100011011 | 1010100 | 111010 |
Color Harmonies of #BB38EE
Complementary color
Monochromatic Colors of #BB38EE
Black with #BB38EE
Text Example
Text Example
White with #BB38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB38EE; }
p { color: rgb(187,56,238); }
H1.HeaderClassName
{
color: #BB38EE;
}
.AnyTagClassName
{
color: #BB38EE;
}
</style>
background-color css
<style>
a { background-color: #BB38EE; }
a { background-color: rgb(187,56,238); }
div.DivClassName
{
background-color: #BB38EE;
}
.BgClassName
{
background-color: #BB38EE;
}
</style>
border-color css
<style>
span { border-color: #BB38EE; }
span { border-color: rgb(187,56,238); }
td.TdClassName
{
border-color: #BB38EE;
}
.TagClassName
{
border-color: #BB38EE;
}
</style>