Shades of Medium Orchid #BB44EE
Tints of Medium Orchid #BB44EE
RGB
CMYK
RGB Variations
Color information
#BB44EE (or 0xBB44EE) is known color: Medium Orchid. HEX triplet: BB, 44 and EE. RGB value is (187,68,238). Sum of RGB (Red+Green+Blue) = 187+68+238=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB44EE is #44BB11. Grayscale: #7A7A7A. Windows color (decimal): -4504338 or 15615163. OLE color: 15615163.
HSL color Cylindrical-coordinate representation of color #BB44EE: hue angle of 282º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB44EE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 68 | 238 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 282º | 0.83% | 0.6% | - |
| HSV(B) | 282º | 0.71% | 0.93% | - |
| XYZ | 37.99 | 20.87 | 82.92 | - |
| YUV | 122.96 | 192.92 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 68 | 238 | 0.21 | 0.71 | 0 | 0.07 | 282 | 0.83 | 0.6 |
| Hex | BB | 44 | EE | 15 | 47 | 0 | 7 | 11A | 53 | 3C |
| Octal | 273 | 104 | 356 | 25 | 107 | 0 | 7 | 432 | 123 | 74 |
| Binary | 10111011 | 1000100 | 11101110 | 10101 | 1000111 | 0 | 111 | 100011010 | 1010011 | 111100 |
Color Harmonies of #BB44EE
Complementary color
Monochromatic Colors of #BB44EE
Black with #BB44EE
Text Example
Text Example
White with #BB44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB44EE; }
p { color: rgb(187,68,238); }
H1.HeaderClassName
{
color: #BB44EE;
}
.AnyTagClassName
{
color: #BB44EE;
}
</style>
background-color css
<style>
a { background-color: #BB44EE; }
a { background-color: rgb(187,68,238); }
div.DivClassName
{
background-color: #BB44EE;
}
.BgClassName
{
background-color: #BB44EE;
}
</style>
border-color css
<style>
span { border-color: #BB44EE; }
span { border-color: rgb(187,68,238); }
td.TdClassName
{
border-color: #BB44EE;
}
.TagClassName
{
border-color: #BB44EE;
}
</style>