Shades of Medium Orchid #BB32E0
Tints of Medium Orchid #BB32E0
RGB
CMYK
RGB Variations
Color information
#BB32E0 (or 0xBB32E0) is known color: Medium Orchid. HEX triplet: BB, 32 and E0. RGB value is (187,50,224). Sum of RGB (Red+Green+Blue) = 187+50+224=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB32E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB32E0 is #44CD1F. Grayscale: #6E6E6E. Windows color (decimal): -4508960 or 14693051. OLE color: 14693051.
HSL color Cylindrical-coordinate representation of color #BB32E0: hue angle of 287.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB32E0 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 50 | 224 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.12 |
| HSL | 287.24º | 0.74% | 0.54% | - |
| HSV(B) | 287.24º | 0.78% | 0.88% | - |
| XYZ | 35.09 | 18.23 | 72.19 | - |
| YUV | 110.8 | 191.89 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 224 | 0.17 | 0.78 | 0 | 0.12 | 287.24 | 0.74 | 0.54 |
| Hex | BB | 32 | E0 | 11 | 4E | 0 | C | 11F | 4A | 36 |
| Octal | 273 | 62 | 340 | 21 | 116 | 0 | 14 | 437 | 112 | 66 |
| Binary | 10111011 | 110010 | 11100000 | 10001 | 1001110 | 0 | 1100 | 100011111 | 1001010 | 110110 |
Color Harmonies of #BB32E0
Complementary color
Monochromatic Colors of #BB32E0
Black with #BB32E0
Text Example
Text Example
White with #BB32E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32E0; }
p { color: rgb(187,50,224); }
H1.HeaderClassName
{
color: #BB32E0;
}
.AnyTagClassName
{
color: #BB32E0;
}
</style>
background-color css
<style>
a { background-color: #BB32E0; }
a { background-color: rgb(187,50,224); }
div.DivClassName
{
background-color: #BB32E0;
}
.BgClassName
{
background-color: #BB32E0;
}
</style>
border-color css
<style>
span { border-color: #BB32E0; }
span { border-color: rgb(187,50,224); }
td.TdClassName
{
border-color: #BB32E0;
}
.TagClassName
{
border-color: #BB32E0;
}
</style>