Shades of Medium Orchid #BB4EEC
Tints of Medium Orchid #BB4EEC
RGB
CMYK
RGB Variations
Color information
#BB4EEC (or 0xBB4EEC) is known color: Medium Orchid. HEX triplet: BB, 4E and EC. RGB value is (187,78,236). Sum of RGB (Red+Green+Blue) = 187+78+236=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB4EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB4EEC is #44B113. Grayscale: #808080. Windows color (decimal): -4501780 or 15486651. OLE color: 15486651.
HSL color Cylindrical-coordinate representation of color #BB4EEC: hue angle of 281.39º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB4EEC is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 78 | 236 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.07 |
| HSL | 281.39º | 0.81% | 0.62% | - |
| HSV(B) | 281.39º | 0.67% | 0.93% | - |
| XYZ | 38.36 | 22.07 | 81.6 | - |
| YUV | 128.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 236 | 0.21 | 0.67 | 0 | 0.07 | 281.39 | 0.81 | 0.62 |
| Hex | BB | 4E | EC | 15 | 43 | 0 | 7 | 119 | 51 | 3E |
| Octal | 273 | 116 | 354 | 25 | 103 | 0 | 7 | 431 | 121 | 76 |
| Binary | 10111011 | 1001110 | 11101100 | 10101 | 1000011 | 0 | 111 | 100011001 | 1010001 | 111110 |
Color Harmonies of #BB4EEC
Complementary color
Monochromatic Colors of #BB4EEC
Black with #BB4EEC
Text Example
Text Example
White with #BB4EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4EEC; }
p { color: rgb(187,78,236); }
H1.HeaderClassName
{
color: #BB4EEC;
}
.AnyTagClassName
{
color: #BB4EEC;
}
</style>
background-color css
<style>
a { background-color: #BB4EEC; }
a { background-color: rgb(187,78,236); }
div.DivClassName
{
background-color: #BB4EEC;
}
.BgClassName
{
background-color: #BB4EEC;
}
</style>
border-color css
<style>
span { border-color: #BB4EEC; }
span { border-color: rgb(187,78,236); }
td.TdClassName
{
border-color: #BB4EEC;
}
.TagClassName
{
border-color: #BB4EEC;
}
</style>