Shades of Medium Orchid #BB4CEB
Tints of Medium Orchid #BB4CEB
RGB
CMYK
RGB Variations
Color information
#BB4CEB (or 0xBB4CEB) is known color: Medium Orchid. HEX triplet: BB, 4C and EB. RGB value is (187,76,235). Sum of RGB (Red+Green+Blue) = 187+76+235=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4CEB is #44B314. Grayscale: #7E7E7E. Windows color (decimal): -4502293 or 15420603. OLE color: 15420603.
HSL color Cylindrical-coordinate representation of color #BB4CEB: hue angle of 281.89º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB4CEB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 76 | 235 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.08 |
| HSL | 281.89º | 0.8% | 0.61% | - |
| HSV(B) | 281.89º | 0.68% | 0.92% | - |
| XYZ | 38.07 | 21.73 | 80.79 | - |
| YUV | 127.32 | 188.77 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 235 | 0.20 | 0.68 | 0 | 0.08 | 281.89 | 0.8 | 0.61 |
| Hex | BB | 4C | EB | 14 | 44 | 0 | 8 | 11A | 50 | 3D |
| Octal | 273 | 114 | 353 | 24 | 104 | 0 | 10 | 432 | 120 | 75 |
| Binary | 10111011 | 1001100 | 11101011 | 10100 | 1000100 | 0 | 1000 | 100011010 | 1010000 | 111101 |
Color Harmonies of #BB4CEB
Complementary color
Monochromatic Colors of #BB4CEB
Black with #BB4CEB
Text Example
Text Example
White with #BB4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4CEB; }
p { color: rgb(187,76,235); }
H1.HeaderClassName
{
color: #BB4CEB;
}
.AnyTagClassName
{
color: #BB4CEB;
}
</style>
background-color css
<style>
a { background-color: #BB4CEB; }
a { background-color: rgb(187,76,235); }
div.DivClassName
{
background-color: #BB4CEB;
}
.BgClassName
{
background-color: #BB4CEB;
}
</style>
border-color css
<style>
span { border-color: #BB4CEB; }
span { border-color: rgb(187,76,235); }
td.TdClassName
{
border-color: #BB4CEB;
}
.TagClassName
{
border-color: #BB4CEB;
}
</style>