Shades of Medium Orchid #BB41D6
Tints of Medium Orchid #BB41D6
RGB
CMYK
RGB Variations
Color information
#BB41D6 (or 0xBB41D6) is known color: Medium Orchid. HEX triplet: BB, 41 and D6. RGB value is (187,65,214). Sum of RGB (Red+Green+Blue) = 187+65+214=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB41D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41D6 is #44BE29. Grayscale: #757575. Windows color (decimal): -4505130 or 14041531. OLE color: 14041531.
HSL color Cylindrical-coordinate representation of color #BB41D6: hue angle of 289.13º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB41D6 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 65 | 214 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.16 |
| HSL | 289.13º | 0.65% | 0.55% | - |
| HSV(B) | 289.13º | 0.7% | 0.84% | - |
| XYZ | 34.52 | 19.2 | 65.5 | - |
| YUV | 118.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 214 | 0.13 | 0.70 | 0 | 0.16 | 289.13 | 0.65 | 0.55 |
| Hex | BB | 41 | D6 | D | 46 | 0 | 10 | 121 | 41 | 37 |
| Octal | 273 | 101 | 326 | 15 | 106 | 0 | 20 | 441 | 101 | 67 |
| Binary | 10111011 | 1000001 | 11010110 | 1101 | 1000110 | 0 | 10000 | 100100001 | 1000001 | 110111 |
Color Harmonies of #BB41D6
Complementary color
Monochromatic Colors of #BB41D6
Black with #BB41D6
Text Example
Text Example
White with #BB41D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41D6; }
p { color: rgb(187,65,214); }
H1.HeaderClassName
{
color: #BB41D6;
}
.AnyTagClassName
{
color: #BB41D6;
}
</style>
background-color css
<style>
a { background-color: #BB41D6; }
a { background-color: rgb(187,65,214); }
div.DivClassName
{
background-color: #BB41D6;
}
.BgClassName
{
background-color: #BB41D6;
}
</style>
border-color css
<style>
span { border-color: #BB41D6; }
span { border-color: rgb(187,65,214); }
td.TdClassName
{
border-color: #BB41D6;
}
.TagClassName
{
border-color: #BB41D6;
}
</style>