Shades of Medium Orchid #BB48EE
Tints of Medium Orchid #BB48EE
RGB
CMYK
RGB Variations
Color information
#BB48EE (or 0xBB48EE) is known color: Medium Orchid. HEX triplet: BB, 48 and EE. RGB value is (187,72,238). Sum of RGB (Red+Green+Blue) = 187+72+238=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB48EE is #44B711. Grayscale: #7C7C7C. Windows color (decimal): -4503314 or 15616187. OLE color: 15616187.
HSL color Cylindrical-coordinate representation of color #BB48EE: hue angle of 281.57º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB48EE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 72 | 238 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.07 |
| HSL | 281.57º | 0.83% | 0.61% | - |
| HSV(B) | 281.57º | 0.7% | 0.93% | - |
| XYZ | 38.24 | 21.37 | 83 | - |
| YUV | 125.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 238 | 0.21 | 0.70 | 0 | 0.07 | 281.57 | 0.83 | 0.61 |
| Hex | BB | 48 | EE | 15 | 46 | 0 | 7 | 11A | 53 | 3D |
| Octal | 273 | 110 | 356 | 25 | 106 | 0 | 7 | 432 | 123 | 75 |
| Binary | 10111011 | 1001000 | 11101110 | 10101 | 1000110 | 0 | 111 | 100011010 | 1010011 | 111101 |
Color Harmonies of #BB48EE
Complementary color
Monochromatic Colors of #BB48EE
Black with #BB48EE
Text Example
Text Example
White with #BB48EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB48EE; }
p { color: rgb(187,72,238); }
H1.HeaderClassName
{
color: #BB48EE;
}
.AnyTagClassName
{
color: #BB48EE;
}
</style>
background-color css
<style>
a { background-color: #BB48EE; }
a { background-color: rgb(187,72,238); }
div.DivClassName
{
background-color: #BB48EE;
}
.BgClassName
{
background-color: #BB48EE;
}
</style>
border-color css
<style>
span { border-color: #BB48EE; }
span { border-color: rgb(187,72,238); }
td.TdClassName
{
border-color: #BB48EE;
}
.TagClassName
{
border-color: #BB48EE;
}
</style>