Shades of Medium Orchid #BB51D5
Tints of Medium Orchid #BB51D5
RGB
CMYK
RGB Variations
Color information
#BB51D5 (or 0xBB51D5) is known color: Medium Orchid. HEX triplet: BB, 51 and D5. RGB value is (187,81,213). Sum of RGB (Red+Green+Blue) = 187+81+213=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB51D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51D5 is #44AE2A. Grayscale: #7F7F7F. Windows color (decimal): -4501035 or 13980091. OLE color: 13980091.
HSL color Cylindrical-coordinate representation of color #BB51D5: hue angle of 288.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB51D5 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 81 | 213 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.16 |
| HSL | 288.18º | 0.61% | 0.58% | - |
| HSV(B) | 288.18º | 0.62% | 0.84% | - |
| XYZ | 35.45 | 21.25 | 65.18 | - |
| YUV | 127.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 213 | 0.12 | 0.62 | 0 | 0.16 | 288.18 | 0.61 | 0.58 |
| Hex | BB | 51 | D5 | C | 3E | 0 | 10 | 120 | 3D | 3A |
| Octal | 273 | 121 | 325 | 14 | 76 | 0 | 20 | 440 | 75 | 72 |
| Binary | 10111011 | 1010001 | 11010101 | 1100 | 111110 | 0 | 10000 | 100100000 | 111101 | 111010 |
Color Harmonies of #BB51D5
Complementary color
Monochromatic Colors of #BB51D5
Black with #BB51D5
Text Example
Text Example
White with #BB51D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51D5; }
p { color: rgb(187,81,213); }
H1.HeaderClassName
{
color: #BB51D5;
}
.AnyTagClassName
{
color: #BB51D5;
}
</style>
background-color css
<style>
a { background-color: #BB51D5; }
a { background-color: rgb(187,81,213); }
div.DivClassName
{
background-color: #BB51D5;
}
.BgClassName
{
background-color: #BB51D5;
}
</style>
border-color css
<style>
span { border-color: #BB51D5; }
span { border-color: rgb(187,81,213); }
td.TdClassName
{
border-color: #BB51D5;
}
.TagClassName
{
border-color: #BB51D5;
}
</style>