Shades of Medium Orchid #BB4EEE
Tints of Medium Orchid #BB4EEE
RGB
CMYK
RGB Variations
Color information
#BB4EEE (or 0xBB4EEE) is known color: Medium Orchid. HEX triplet: BB, 4E and EE. RGB value is (187,78,238). Sum of RGB (Red+Green+Blue) = 187+78+238=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EEE is #44B111. Grayscale: #808080. Windows color (decimal): -4501778 or 15617723. OLE color: 15617723.
HSL color Cylindrical-coordinate representation of color #BB4EEE: hue angle of 280.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4EEE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 78 | 238 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 280.88º | 0.82% | 0.62% | - |
| HSV(B) | 280.88º | 0.67% | 0.93% | - |
| XYZ | 38.65 | 22.19 | 83.13 | - |
| YUV | 128.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 238 | 0.21 | 0.67 | 0 | 0.07 | 280.88 | 0.82 | 0.62 |
| Hex | BB | 4E | EE | 15 | 43 | 0 | 7 | 119 | 52 | 3E |
| Octal | 273 | 116 | 356 | 25 | 103 | 0 | 7 | 431 | 122 | 76 |
| Binary | 10111011 | 1001110 | 11101110 | 10101 | 1000011 | 0 | 111 | 100011001 | 1010010 | 111110 |
Color Harmonies of #BB4EEE
Complementary color
Monochromatic Colors of #BB4EEE
Black with #BB4EEE
Text Example
Text Example
White with #BB4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EEE; }
p { color: rgb(187,78,238); }
H1.HeaderClassName
{
color: #BB4EEE;
}
.AnyTagClassName
{
color: #BB4EEE;
}
</style>
background-color css
<style>
a { background-color: #BB4EEE; }
a { background-color: rgb(187,78,238); }
div.DivClassName
{
background-color: #BB4EEE;
}
.BgClassName
{
background-color: #BB4EEE;
}
</style>
border-color css
<style>
span { border-color: #BB4EEE; }
span { border-color: rgb(187,78,238); }
td.TdClassName
{
border-color: #BB4EEE;
}
.TagClassName
{
border-color: #BB4EEE;
}
</style>