Shades of Medium Orchid #BB34E0
Tints of Medium Orchid #BB34E0
RGB
CMYK
RGB Variations
Color information
#BB34E0 (or 0xBB34E0) is known color: Medium Orchid. HEX triplet: BB, 34 and E0. RGB value is (187,52,224). Sum of RGB (Red+Green+Blue) = 187+52+224=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB34E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34E0 is #44CB1F. Grayscale: #6F6F6F. Windows color (decimal): -4508448 or 14693563. OLE color: 14693563.
HSL color Cylindrical-coordinate representation of color #BB34E0: hue angle of 287.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB34E0 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 52 | 224 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.12 |
| HSL | 287.09º | 0.74% | 0.54% | - |
| HSV(B) | 287.09º | 0.77% | 0.88% | - |
| XYZ | 35.18 | 18.4 | 72.22 | - |
| YUV | 111.97 | 191.23 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 224 | 0.17 | 0.77 | 0 | 0.12 | 287.09 | 0.74 | 0.54 |
| Hex | BB | 34 | E0 | 11 | 4D | 0 | C | 11F | 4A | 36 |
| Octal | 273 | 64 | 340 | 21 | 115 | 0 | 14 | 437 | 112 | 66 |
| Binary | 10111011 | 110100 | 11100000 | 10001 | 1001101 | 0 | 1100 | 100011111 | 1001010 | 110110 |
Color Harmonies of #BB34E0
Complementary color
Monochromatic Colors of #BB34E0
Black with #BB34E0
Text Example
Text Example
White with #BB34E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34E0; }
p { color: rgb(187,52,224); }
H1.HeaderClassName
{
color: #BB34E0;
}
.AnyTagClassName
{
color: #BB34E0;
}
</style>
background-color css
<style>
a { background-color: #BB34E0; }
a { background-color: rgb(187,52,224); }
div.DivClassName
{
background-color: #BB34E0;
}
.BgClassName
{
background-color: #BB34E0;
}
</style>
border-color css
<style>
span { border-color: #BB34E0; }
span { border-color: rgb(187,52,224); }
td.TdClassName
{
border-color: #BB34E0;
}
.TagClassName
{
border-color: #BB34E0;
}
</style>