Shades of Medium Orchid #BB51D2
Tints of Medium Orchid #BB51D2
RGB
CMYK
RGB Variations
Color information
#BB51D2 (or 0xBB51D2) is known color: Medium Orchid. HEX triplet: BB, 51 and D2. RGB value is (187,81,210). Sum of RGB (Red+Green+Blue) = 187+81+210=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB51D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB51D2 is #44AE2D. Grayscale: #7E7E7E. Windows color (decimal): -4501038 or 13783483. OLE color: 13783483.
HSL color Cylindrical-coordinate representation of color #BB51D2: hue angle of 289.3º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB51D2 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 81 | 210 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.18 |
| HSL | 289.3º | 0.59% | 0.57% | - |
| HSV(B) | 289.3º | 0.61% | 0.82% | - |
| XYZ | 35.07 | 21.1 | 63.2 | - |
| YUV | 127.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 81 | 210 | 0.11 | 0.61 | 0 | 0.18 | 289.3 | 0.59 | 0.57 |
| Hex | BB | 51 | D2 | B | 3D | 0 | 12 | 121 | 3B | 39 |
| Octal | 273 | 121 | 322 | 13 | 75 | 0 | 22 | 441 | 73 | 71 |
| Binary | 10111011 | 1010001 | 11010010 | 1011 | 111101 | 0 | 10010 | 100100001 | 111011 | 111001 |
Color Harmonies of #BB51D2
Complementary color
Monochromatic Colors of #BB51D2
Black with #BB51D2
Text Example
Text Example
White with #BB51D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB51D2; }
p { color: rgb(187,81,210); }
H1.HeaderClassName
{
color: #BB51D2;
}
.AnyTagClassName
{
color: #BB51D2;
}
</style>
background-color css
<style>
a { background-color: #BB51D2; }
a { background-color: rgb(187,81,210); }
div.DivClassName
{
background-color: #BB51D2;
}
.BgClassName
{
background-color: #BB51D2;
}
</style>
border-color css
<style>
span { border-color: #BB51D2; }
span { border-color: rgb(187,81,210); }
td.TdClassName
{
border-color: #BB51D2;
}
.TagClassName
{
border-color: #BB51D2;
}
</style>