Shades of Medium Orchid #BB34E1
Tints of Medium Orchid #BB34E1
RGB
CMYK
RGB Variations
Color information
#BB34E1 (or 0xBB34E1) is known color: Medium Orchid. HEX triplet: BB, 34 and E1. RGB value is (187,52,225). Sum of RGB (Red+Green+Blue) = 187+52+225=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB34E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB34E1 is #44CB1E. Grayscale: #6F6F6F. Windows color (decimal): -4508447 or 14759099. OLE color: 14759099.
HSL color Cylindrical-coordinate representation of color #BB34E1: hue angle of 286.82º 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 #BB34E1 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 52 | 225 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.12 |
| HSL | 286.82º | 0.74% | 0.54% | - |
| HSV(B) | 286.82º | 0.77% | 0.88% | - |
| XYZ | 35.31 | 18.46 | 72.94 | - |
| YUV | 112.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 225 | 0.17 | 0.77 | 0 | 0.12 | 286.82 | 0.74 | 0.54 |
| Hex | BB | 34 | E1 | 11 | 4D | 0 | C | 11F | 4A | 36 |
| Octal | 273 | 64 | 341 | 21 | 115 | 0 | 14 | 437 | 112 | 66 |
| Binary | 10111011 | 110100 | 11100001 | 10001 | 1001101 | 0 | 1100 | 100011111 | 1001010 | 110110 |
Color Harmonies of #BB34E1
Complementary color
Monochromatic Colors of #BB34E1
Black with #BB34E1
Text Example
Text Example
White with #BB34E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB34E1; }
p { color: rgb(187,52,225); }
H1.HeaderClassName
{
color: #BB34E1;
}
.AnyTagClassName
{
color: #BB34E1;
}
</style>
background-color css
<style>
a { background-color: #BB34E1; }
a { background-color: rgb(187,52,225); }
div.DivClassName
{
background-color: #BB34E1;
}
.BgClassName
{
background-color: #BB34E1;
}
</style>
border-color css
<style>
span { border-color: #BB34E1; }
span { border-color: rgb(187,52,225); }
td.TdClassName
{
border-color: #BB34E1;
}
.TagClassName
{
border-color: #BB34E1;
}
</style>