Shades of Medium Orchid #BB4BEB
Tints of Medium Orchid #BB4BEB
RGB
CMYK
RGB Variations
Color information
#BB4BEB (or 0xBB4BEB) is known color: Medium Orchid. HEX triplet: BB, 4B and EB. RGB value is (187,75,235). Sum of RGB (Red+Green+Blue) = 187+75+235=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 75 (29.69% from 255 or 15.09% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4BEB is #44B414. Grayscale: #7E7E7E. Windows color (decimal): -4502549 or 15420347. OLE color: 15420347.
HSL color Cylindrical-coordinate representation of color #BB4BEB: hue angle of 282º 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 #BB4BEB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 75 | 235 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.08 |
| HSL | 282º | 0.8% | 0.61% | - |
| HSV(B) | 282º | 0.68% | 0.92% | - |
| XYZ | 38 | 21.6 | 80.76 | - |
| YUV | 126.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 75 | 235 | 0.20 | 0.68 | 0 | 0.08 | 282 | 0.8 | 0.61 |
| Hex | BB | 4B | EB | 14 | 44 | 0 | 8 | 11A | 50 | 3D |
| Octal | 273 | 113 | 353 | 24 | 104 | 0 | 10 | 432 | 120 | 75 |
| Binary | 10111011 | 1001011 | 11101011 | 10100 | 1000100 | 0 | 1000 | 100011010 | 1010000 | 111101 |
Color Harmonies of #BB4BEB
Complementary color
Monochromatic Colors of #BB4BEB
Black with #BB4BEB
Text Example
Text Example
White with #BB4BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4BEB; }
p { color: rgb(187,75,235); }
H1.HeaderClassName
{
color: #BB4BEB;
}
.AnyTagClassName
{
color: #BB4BEB;
}
</style>
background-color css
<style>
a { background-color: #BB4BEB; }
a { background-color: rgb(187,75,235); }
div.DivClassName
{
background-color: #BB4BEB;
}
.BgClassName
{
background-color: #BB4BEB;
}
</style>
border-color css
<style>
span { border-color: #BB4BEB; }
span { border-color: rgb(187,75,235); }
td.TdClassName
{
border-color: #BB4BEB;
}
.TagClassName
{
border-color: #BB4BEB;
}
</style>