Shades of Medium Orchid #BB57D0
Tints of Medium Orchid #BB57D0
RGB
CMYK
RGB Variations
Color information
#BB57D0 (or 0xBB57D0) is known color: Medium Orchid. HEX triplet: BB, 57 and D0. RGB value is (187,87,208). Sum of RGB (Red+Green+Blue) = 187+87+208=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB57D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57D0 is #44A82F. Grayscale: #828282. Windows color (decimal): -4499504 or 13653947. OLE color: 13653947.
HSL color Cylindrical-coordinate representation of color #BB57D0: hue angle of 289.59º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB57D0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 87 | 208 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.18 |
| HSL | 289.59º | 0.56% | 0.58% | - |
| HSV(B) | 289.59º | 0.58% | 0.82% | - |
| XYZ | 35.29 | 21.94 | 62.05 | - |
| YUV | 130.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 208 | 0.10 | 0.58 | 0 | 0.18 | 289.59 | 0.56 | 0.58 |
| Hex | BB | 57 | D0 | A | 3A | 0 | 12 | 122 | 38 | 3A |
| Octal | 273 | 127 | 320 | 12 | 72 | 0 | 22 | 442 | 70 | 72 |
| Binary | 10111011 | 1010111 | 11010000 | 1010 | 111010 | 0 | 10010 | 100100010 | 111000 | 111010 |
Color Harmonies of #BB57D0
Complementary color
Monochromatic Colors of #BB57D0
Black with #BB57D0
Text Example
Text Example
White with #BB57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57D0; }
p { color: rgb(187,87,208); }
H1.HeaderClassName
{
color: #BB57D0;
}
.AnyTagClassName
{
color: #BB57D0;
}
</style>
background-color css
<style>
a { background-color: #BB57D0; }
a { background-color: rgb(187,87,208); }
div.DivClassName
{
background-color: #BB57D0;
}
.BgClassName
{
background-color: #BB57D0;
}
</style>
border-color css
<style>
span { border-color: #BB57D0; }
span { border-color: rgb(187,87,208); }
td.TdClassName
{
border-color: #BB57D0;
}
.TagClassName
{
border-color: #BB57D0;
}
</style>