Shades of Medium Orchid #BB56D3
Tints of Medium Orchid #BB56D3
RGB
CMYK
RGB Variations
Color information
#BB56D3 (or 0xBB56D3) is known color: Medium Orchid. HEX triplet: BB, 56 and D3. RGB value is (187,86,211). Sum of RGB (Red+Green+Blue) = 187+86+211=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB56D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB56D3 is #44A92C. Grayscale: #828282. Windows color (decimal): -4499757 or 13850299. OLE color: 13850299.
HSL color Cylindrical-coordinate representation of color #BB56D3: hue angle of 288.48º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB56D3 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 86 | 211 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.17 |
| HSL | 288.48º | 0.59% | 0.58% | - |
| HSV(B) | 288.48º | 0.59% | 0.83% | - |
| XYZ | 35.58 | 21.92 | 63.98 | - |
| YUV | 130.45 | 173.46 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 86 | 211 | 0.11 | 0.59 | 0 | 0.17 | 288.48 | 0.59 | 0.58 |
| Hex | BB | 56 | D3 | B | 3B | 0 | 11 | 120 | 3B | 3A |
| Octal | 273 | 126 | 323 | 13 | 73 | 0 | 21 | 440 | 73 | 72 |
| Binary | 10111011 | 1010110 | 11010011 | 1011 | 111011 | 0 | 10001 | 100100000 | 111011 | 111010 |
Color Harmonies of #BB56D3
Complementary color
Monochromatic Colors of #BB56D3
Black with #BB56D3
Text Example
Text Example
White with #BB56D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB56D3; }
p { color: rgb(187,86,211); }
H1.HeaderClassName
{
color: #BB56D3;
}
.AnyTagClassName
{
color: #BB56D3;
}
</style>
background-color css
<style>
a { background-color: #BB56D3; }
a { background-color: rgb(187,86,211); }
div.DivClassName
{
background-color: #BB56D3;
}
.BgClassName
{
background-color: #BB56D3;
}
</style>
border-color css
<style>
span { border-color: #BB56D3; }
span { border-color: rgb(187,86,211); }
td.TdClassName
{
border-color: #BB56D3;
}
.TagClassName
{
border-color: #BB56D3;
}
</style>