Shades of Medium Orchid #BB41DF
Tints of Medium Orchid #BB41DF
RGB
CMYK
RGB Variations
Color information
#BB41DF (or 0xBB41DF) is known color: Medium Orchid. HEX triplet: BB, 41 and DF. RGB value is (187,65,223). Sum of RGB (Red+Green+Blue) = 187+65+223=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41DF is #44BE20. Grayscale: #767676. Windows color (decimal): -4505121 or 14631355. OLE color: 14631355.
HSL color Cylindrical-coordinate representation of color #BB41DF: hue angle of 286.33º degrees, saturation: 0.71, 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 #BB41DF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 65 | 223 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.13 |
| HSL | 286.33º | 0.71% | 0.56% | - |
| HSV(B) | 286.33º | 0.71% | 0.87% | - |
| XYZ | 35.7 | 19.67 | 71.73 | - |
| YUV | 119.49 | 186.42 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 223 | 0.16 | 0.71 | 0 | 0.13 | 286.33 | 0.71 | 0.56 |
| Hex | BB | 41 | DF | 10 | 47 | 0 | D | 11E | 47 | 38 |
| Octal | 273 | 101 | 337 | 20 | 107 | 0 | 15 | 436 | 107 | 70 |
| Binary | 10111011 | 1000001 | 11011111 | 10000 | 1000111 | 0 | 1101 | 100011110 | 1000111 | 111000 |
Color Harmonies of #BB41DF
Complementary color
Monochromatic Colors of #BB41DF
Black with #BB41DF
Text Example
Text Example
White with #BB41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41DF; }
p { color: rgb(187,65,223); }
H1.HeaderClassName
{
color: #BB41DF;
}
.AnyTagClassName
{
color: #BB41DF;
}
</style>
background-color css
<style>
a { background-color: #BB41DF; }
a { background-color: rgb(187,65,223); }
div.DivClassName
{
background-color: #BB41DF;
}
.BgClassName
{
background-color: #BB41DF;
}
</style>
border-color css
<style>
span { border-color: #BB41DF; }
span { border-color: rgb(187,65,223); }
td.TdClassName
{
border-color: #BB41DF;
}
.TagClassName
{
border-color: #BB41DF;
}
</style>