Shades of Medium Orchid #BB41DD
Tints of Medium Orchid #BB41DD
RGB
CMYK
RGB Variations
Color information
#BB41DD (or 0xBB41DD) is known color: Medium Orchid. HEX triplet: BB, 41 and DD. RGB value is (187,65,221). Sum of RGB (Red+Green+Blue) = 187+65+221=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41DD is #44BE22. Grayscale: #767676. Windows color (decimal): -4505123 or 14500283. OLE color: 14500283.
HSL color Cylindrical-coordinate representation of color #BB41DD: hue angle of 286.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB41DD is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 65 | 221 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.13 |
| HSL | 286.92º | 0.7% | 0.56% | - |
| HSV(B) | 286.92º | 0.71% | 0.87% | - |
| XYZ | 35.43 | 19.57 | 70.32 | - |
| YUV | 119.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 221 | 0.15 | 0.71 | 0 | 0.13 | 286.92 | 0.7 | 0.56 |
| Hex | BB | 41 | DD | F | 47 | 0 | D | 11F | 46 | 38 |
| Octal | 273 | 101 | 335 | 17 | 107 | 0 | 15 | 437 | 106 | 70 |
| Binary | 10111011 | 1000001 | 11011101 | 1111 | 1000111 | 0 | 1101 | 100011111 | 1000110 | 111000 |
Color Harmonies of #BB41DD
Complementary color
Monochromatic Colors of #BB41DD
Black with #BB41DD
Text Example
Text Example
White with #BB41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41DD; }
p { color: rgb(187,65,221); }
H1.HeaderClassName
{
color: #BB41DD;
}
.AnyTagClassName
{
color: #BB41DD;
}
</style>
background-color css
<style>
a { background-color: #BB41DD; }
a { background-color: rgb(187,65,221); }
div.DivClassName
{
background-color: #BB41DD;
}
.BgClassName
{
background-color: #BB41DD;
}
</style>
border-color css
<style>
span { border-color: #BB41DD; }
span { border-color: rgb(187,65,221); }
td.TdClassName
{
border-color: #BB41DD;
}
.TagClassName
{
border-color: #BB41DD;
}
</style>