Shades of Medium Orchid #BB41ED
Tints of Medium Orchid #BB41ED
RGB
CMYK
RGB Variations
Color information
#BB41ED (or 0xBB41ED) is known color: Medium Orchid. HEX triplet: BB, 41 and ED. RGB value is (187,65,237). Sum of RGB (Red+Green+Blue) = 187+65+237=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB41ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB41ED is #44BE12. Grayscale: #787878. Windows color (decimal): -4505107 or 15548859. OLE color: 15548859.
HSL color Cylindrical-coordinate representation of color #BB41ED: hue angle of 282.56º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB41ED is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 65 | 237 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.07 |
| HSL | 282.56º | 0.83% | 0.59% | - |
| HSV(B) | 282.56º | 0.73% | 0.93% | - |
| XYZ | 37.67 | 20.46 | 82.08 | - |
| YUV | 121.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 237 | 0.21 | 0.73 | 0 | 0.07 | 282.56 | 0.83 | 0.59 |
| Hex | BB | 41 | ED | 15 | 49 | 0 | 7 | 11B | 53 | 3B |
| Octal | 273 | 101 | 355 | 25 | 111 | 0 | 7 | 433 | 123 | 73 |
| Binary | 10111011 | 1000001 | 11101101 | 10101 | 1001001 | 0 | 111 | 100011011 | 1010011 | 111011 |
Color Harmonies of #BB41ED
Complementary color
Monochromatic Colors of #BB41ED
Black with #BB41ED
Text Example
Text Example
White with #BB41ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41ED; }
p { color: rgb(187,65,237); }
H1.HeaderClassName
{
color: #BB41ED;
}
.AnyTagClassName
{
color: #BB41ED;
}
</style>
background-color css
<style>
a { background-color: #BB41ED; }
a { background-color: rgb(187,65,237); }
div.DivClassName
{
background-color: #BB41ED;
}
.BgClassName
{
background-color: #BB41ED;
}
</style>
border-color css
<style>
span { border-color: #BB41ED; }
span { border-color: rgb(187,65,237); }
td.TdClassName
{
border-color: #BB41ED;
}
.TagClassName
{
border-color: #BB41ED;
}
</style>