Shades of Medium Orchid #BB32E6
Tints of Medium Orchid #BB32E6
RGB
CMYK
RGB Variations
Color information
#BB32E6 (or 0xBB32E6) is known color: Medium Orchid. HEX triplet: BB, 32 and E6. RGB value is (187,50,230). Sum of RGB (Red+Green+Blue) = 187+50+230=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB32E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32E6 is #44CD19. Grayscale: #6E6E6E. Windows color (decimal): -4508954 or 15086267. OLE color: 15086267.
HSL color Cylindrical-coordinate representation of color #BB32E6: hue angle of 285.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB32E6 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 50 | 230 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.10 |
| HSL | 285.67º | 0.78% | 0.55% | - |
| HSV(B) | 285.67º | 0.78% | 0.9% | - |
| XYZ | 35.92 | 18.56 | 76.55 | - |
| YUV | 111.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 230 | 0.19 | 0.78 | 0 | 0.10 | 285.67 | 0.78 | 0.55 |
| Hex | BB | 32 | E6 | 13 | 4E | 0 | A | 11E | 4E | 37 |
| Octal | 273 | 62 | 346 | 23 | 116 | 0 | 12 | 436 | 116 | 67 |
| Binary | 10111011 | 110010 | 11100110 | 10011 | 1001110 | 0 | 1010 | 100011110 | 1001110 | 110111 |
Color Harmonies of #BB32E6
Complementary color
Monochromatic Colors of #BB32E6
Black with #BB32E6
Text Example
Text Example
White with #BB32E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB32E6; }
p { color: rgb(187,50,230); }
H1.HeaderClassName
{
color: #BB32E6;
}
.AnyTagClassName
{
color: #BB32E6;
}
</style>
background-color css
<style>
a { background-color: #BB32E6; }
a { background-color: rgb(187,50,230); }
div.DivClassName
{
background-color: #BB32E6;
}
.BgClassName
{
background-color: #BB32E6;
}
</style>
border-color css
<style>
span { border-color: #BB32E6; }
span { border-color: rgb(187,50,230); }
td.TdClassName
{
border-color: #BB32E6;
}
.TagClassName
{
border-color: #BB32E6;
}
</style>