Shades of Medium Orchid #BB41CE
Tints of Medium Orchid #BB41CE
RGB
CMYK
RGB Variations
Color information
#BB41CE (or 0xBB41CE) is known color: Medium Orchid. HEX triplet: BB, 41 and CE. RGB value is (187,65,206). Sum of RGB (Red+Green+Blue) = 187+65+206=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB41CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41CE is #44BE31. Grayscale: #757575. Windows color (decimal): -4505138 or 13517243. OLE color: 13517243.
HSL color Cylindrical-coordinate representation of color #BB41CE: hue angle of 291.91º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB41CE is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 65 | 206 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.19 |
| HSL | 291.91º | 0.59% | 0.53% | - |
| HSV(B) | 291.91º | 0.68% | 0.81% | - |
| XYZ | 33.52 | 18.8 | 60.25 | - |
| YUV | 117.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 206 | 0.09 | 0.68 | 0 | 0.19 | 291.91 | 0.59 | 0.53 |
| Hex | BB | 41 | CE | 9 | 44 | 0 | 13 | 124 | 3B | 35 |
| Octal | 273 | 101 | 316 | 11 | 104 | 0 | 23 | 444 | 73 | 65 |
| Binary | 10111011 | 1000001 | 11001110 | 1001 | 1000100 | 0 | 10011 | 100100100 | 111011 | 110101 |
Color Harmonies of #BB41CE
Complementary color
Monochromatic Colors of #BB41CE
Black with #BB41CE
Text Example
Text Example
White with #BB41CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB41CE; }
p { color: rgb(187,65,206); }
H1.HeaderClassName
{
color: #BB41CE;
}
.AnyTagClassName
{
color: #BB41CE;
}
</style>
background-color css
<style>
a { background-color: #BB41CE; }
a { background-color: rgb(187,65,206); }
div.DivClassName
{
background-color: #BB41CE;
}
.BgClassName
{
background-color: #BB41CE;
}
</style>
border-color css
<style>
span { border-color: #BB41CE; }
span { border-color: rgb(187,65,206); }
td.TdClassName
{
border-color: #BB41CE;
}
.TagClassName
{
border-color: #BB41CE;
}
</style>