Shades of Medium Orchid #BB40EB
Tints of Medium Orchid #BB40EB
RGB
CMYK
RGB Variations
Color information
#BB40EB (or 0xBB40EB) is known color: Medium Orchid. HEX triplet: BB, 40 and EB. RGB value is (187,64,235). Sum of RGB (Red+Green+Blue) = 187+64+235=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB40EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB40EB is #44BF14. Grayscale: #777777. Windows color (decimal): -4505365 or 15417531. OLE color: 15417531.
HSL color Cylindrical-coordinate representation of color #BB40EB: hue angle of 283.16º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB40EB is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 64 | 235 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.08 |
| HSL | 283.16º | 0.81% | 0.59% | - |
| HSV(B) | 283.16º | 0.73% | 0.92% | - |
| XYZ | 37.32 | 20.23 | 80.53 | - |
| YUV | 120.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 235 | 0.20 | 0.73 | 0 | 0.08 | 283.16 | 0.81 | 0.59 |
| Hex | BB | 40 | EB | 14 | 49 | 0 | 8 | 11B | 51 | 3B |
| Octal | 273 | 100 | 353 | 24 | 111 | 0 | 10 | 433 | 121 | 73 |
| Binary | 10111011 | 1000000 | 11101011 | 10100 | 1001001 | 0 | 1000 | 100011011 | 1010001 | 111011 |
Color Harmonies of #BB40EB
Complementary color
Monochromatic Colors of #BB40EB
Black with #BB40EB
Text Example
Text Example
White with #BB40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB40EB; }
p { color: rgb(187,64,235); }
H1.HeaderClassName
{
color: #BB40EB;
}
.AnyTagClassName
{
color: #BB40EB;
}
</style>
background-color css
<style>
a { background-color: #BB40EB; }
a { background-color: rgb(187,64,235); }
div.DivClassName
{
background-color: #BB40EB;
}
.BgClassName
{
background-color: #BB40EB;
}
</style>
border-color css
<style>
span { border-color: #BB40EB; }
span { border-color: rgb(187,64,235); }
td.TdClassName
{
border-color: #BB40EB;
}
.TagClassName
{
border-color: #BB40EB;
}
</style>