Shades of Medium Orchid #BB45EE
Tints of Medium Orchid #BB45EE
RGB
CMYK
RGB Variations
Color information
#BB45EE (or 0xBB45EE) is known color: Medium Orchid. HEX triplet: BB, 45 and EE. RGB value is (187,69,238). Sum of RGB (Red+Green+Blue) = 187+69+238=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB45EE is #44BA11. Grayscale: #7A7A7A. Windows color (decimal): -4504082 or 15615419. OLE color: 15615419.
HSL color Cylindrical-coordinate representation of color #BB45EE: hue angle of 281.89º 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 #BB45EE is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 69 | 238 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.07 |
| HSL | 281.89º | 0.83% | 0.6% | - |
| HSV(B) | 281.89º | 0.71% | 0.93% | - |
| XYZ | 38.05 | 20.99 | 82.94 | - |
| YUV | 123.55 | 192.59 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 69 | 238 | 0.21 | 0.71 | 0 | 0.07 | 281.89 | 0.83 | 0.6 |
| Hex | BB | 45 | EE | 15 | 47 | 0 | 7 | 11A | 53 | 3C |
| Octal | 273 | 105 | 356 | 25 | 107 | 0 | 7 | 432 | 123 | 74 |
| Binary | 10111011 | 1000101 | 11101110 | 10101 | 1000111 | 0 | 111 | 100011010 | 1010011 | 111100 |
Color Harmonies of #BB45EE
Complementary color
Monochromatic Colors of #BB45EE
Black with #BB45EE
Text Example
Text Example
White with #BB45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB45EE; }
p { color: rgb(187,69,238); }
H1.HeaderClassName
{
color: #BB45EE;
}
.AnyTagClassName
{
color: #BB45EE;
}
</style>
background-color css
<style>
a { background-color: #BB45EE; }
a { background-color: rgb(187,69,238); }
div.DivClassName
{
background-color: #BB45EE;
}
.BgClassName
{
background-color: #BB45EE;
}
</style>
border-color css
<style>
span { border-color: #BB45EE; }
span { border-color: rgb(187,69,238); }
td.TdClassName
{
border-color: #BB45EE;
}
.TagClassName
{
border-color: #BB45EE;
}
</style>