Shades of Medium Orchid #BB4AEE
Tints of Medium Orchid #BB4AEE
RGB
CMYK
RGB Variations
Color information
#BB4AEE (or 0xBB4AEE) is known color: Medium Orchid. HEX triplet: BB, 4A and EE. RGB value is (187,74,238). Sum of RGB (Red+Green+Blue) = 187+74+238=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB4AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4AEE is #44B511. Grayscale: #7D7D7D. Windows color (decimal): -4502802 or 15616699. OLE color: 15616699.
HSL color Cylindrical-coordinate representation of color #BB4AEE: hue angle of 281.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB4AEE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 74 | 238 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.07 |
| HSL | 281.34º | 0.83% | 0.61% | - |
| HSV(B) | 281.34º | 0.69% | 0.93% | - |
| XYZ | 38.37 | 21.64 | 83.04 | - |
| YUV | 126.48 | 190.94 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 238 | 0.21 | 0.69 | 0 | 0.07 | 281.34 | 0.83 | 0.61 |
| Hex | BB | 4A | EE | 15 | 45 | 0 | 7 | 119 | 53 | 3D |
| Octal | 273 | 112 | 356 | 25 | 105 | 0 | 7 | 431 | 123 | 75 |
| Binary | 10111011 | 1001010 | 11101110 | 10101 | 1000101 | 0 | 111 | 100011001 | 1010011 | 111101 |
Color Harmonies of #BB4AEE
Complementary color
Monochromatic Colors of #BB4AEE
Black with #BB4AEE
Text Example
Text Example
White with #BB4AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4AEE; }
p { color: rgb(187,74,238); }
H1.HeaderClassName
{
color: #BB4AEE;
}
.AnyTagClassName
{
color: #BB4AEE;
}
</style>
background-color css
<style>
a { background-color: #BB4AEE; }
a { background-color: rgb(187,74,238); }
div.DivClassName
{
background-color: #BB4AEE;
}
.BgClassName
{
background-color: #BB4AEE;
}
</style>
border-color css
<style>
span { border-color: #BB4AEE; }
span { border-color: rgb(187,74,238); }
td.TdClassName
{
border-color: #BB4AEE;
}
.TagClassName
{
border-color: #BB4AEE;
}
</style>