Shades of Medium Orchid #BB36E5
Tints of Medium Orchid #BB36E5
RGB
CMYK
RGB Variations
Color information
#BB36E5 (or 0xBB36E5) is known color: Medium Orchid. HEX triplet: BB, 36 and E5. RGB value is (187,54,229). Sum of RGB (Red+Green+Blue) = 187+54+229=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB36E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB36E5 is #44C91A. Grayscale: #717171. Windows color (decimal): -4507931 or 15021755. OLE color: 15021755.
HSL color Cylindrical-coordinate representation of color #BB36E5: hue angle of 285.6º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB36E5 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 54 | 229 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.10 |
| HSL | 285.6º | 0.77% | 0.55% | - |
| HSV(B) | 285.6º | 0.76% | 0.9% | - |
| XYZ | 35.96 | 18.86 | 75.87 | - |
| YUV | 113.72 | 193.06 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 229 | 0.18 | 0.76 | 0 | 0.10 | 285.6 | 0.77 | 0.55 |
| Hex | BB | 36 | E5 | 12 | 4C | 0 | A | 11E | 4D | 37 |
| Octal | 273 | 66 | 345 | 22 | 114 | 0 | 12 | 436 | 115 | 67 |
| Binary | 10111011 | 110110 | 11100101 | 10010 | 1001100 | 0 | 1010 | 100011110 | 1001101 | 110111 |
Color Harmonies of #BB36E5
Complementary color
Monochromatic Colors of #BB36E5
Black with #BB36E5
Text Example
Text Example
White with #BB36E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB36E5; }
p { color: rgb(187,54,229); }
H1.HeaderClassName
{
color: #BB36E5;
}
.AnyTagClassName
{
color: #BB36E5;
}
</style>
background-color css
<style>
a { background-color: #BB36E5; }
a { background-color: rgb(187,54,229); }
div.DivClassName
{
background-color: #BB36E5;
}
.BgClassName
{
background-color: #BB36E5;
}
</style>
border-color css
<style>
span { border-color: #BB36E5; }
span { border-color: rgb(187,54,229); }
td.TdClassName
{
border-color: #BB36E5;
}
.TagClassName
{
border-color: #BB36E5;
}
</style>