Shades of Medium Orchid #BB57C8
Tints of Medium Orchid #BB57C8
RGB
CMYK
RGB Variations
Color information
#BB57C8 (or 0xBB57C8) is known color: Medium Orchid. HEX triplet: BB, 57 and C8. RGB value is (187,87,200). Sum of RGB (Red+Green+Blue) = 187+87+200=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB57C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57C8 is #44A837. Grayscale: #818181. Windows color (decimal): -4499512 or 13129659. OLE color: 13129659.
HSL color Cylindrical-coordinate representation of color #BB57C8: hue angle of 293.1º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB57C8 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 87 | 200 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.22 |
| HSL | 293.1º | 0.51% | 0.56% | - |
| HSV(B) | 293.1º | 0.57% | 0.78% | - |
| XYZ | 34.33 | 21.55 | 56.99 | - |
| YUV | 129.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 200 | 0.06 | 0.56 | 0 | 0.22 | 293.1 | 0.51 | 0.56 |
| Hex | BB | 57 | C8 | 6 | 38 | 0 | 16 | 125 | 33 | 38 |
| Octal | 273 | 127 | 310 | 6 | 70 | 0 | 26 | 445 | 63 | 70 |
| Binary | 10111011 | 1010111 | 11001000 | 110 | 111000 | 0 | 10110 | 100100101 | 110011 | 111000 |
Color Harmonies of #BB57C8
Complementary color
Monochromatic Colors of #BB57C8
Black with #BB57C8
Text Example
Text Example
White with #BB57C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57C8; }
p { color: rgb(187,87,200); }
H1.HeaderClassName
{
color: #BB57C8;
}
.AnyTagClassName
{
color: #BB57C8;
}
</style>
background-color css
<style>
a { background-color: #BB57C8; }
a { background-color: rgb(187,87,200); }
div.DivClassName
{
background-color: #BB57C8;
}
.BgClassName
{
background-color: #BB57C8;
}
</style>
border-color css
<style>
span { border-color: #BB57C8; }
span { border-color: rgb(187,87,200); }
td.TdClassName
{
border-color: #BB57C8;
}
.TagClassName
{
border-color: #BB57C8;
}
</style>