Shades of Medium Orchid #BB57D2
Tints of Medium Orchid #BB57D2
RGB
CMYK
RGB Variations
Color information
#BB57D2 (or 0xBB57D2) is known color: Medium Orchid. HEX triplet: BB, 57 and D2. RGB value is (187,87,210). Sum of RGB (Red+Green+Blue) = 187+87+210=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB57D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57D2 is #44A82D. Grayscale: #828282. Windows color (decimal): -4499502 or 13785019. OLE color: 13785019.
HSL color Cylindrical-coordinate representation of color #BB57D2: hue angle of 288.78º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB57D2 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 87 | 210 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.18 |
| HSL | 288.78º | 0.58% | 0.58% | - |
| HSV(B) | 288.78º | 0.59% | 0.82% | - |
| XYZ | 35.53 | 22.03 | 63.35 | - |
| YUV | 130.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 210 | 0.11 | 0.59 | 0 | 0.18 | 288.78 | 0.58 | 0.58 |
| Hex | BB | 57 | D2 | B | 3B | 0 | 12 | 121 | 3A | 3A |
| Octal | 273 | 127 | 322 | 13 | 73 | 0 | 22 | 441 | 72 | 72 |
| Binary | 10111011 | 1010111 | 11010010 | 1011 | 111011 | 0 | 10010 | 100100001 | 111010 | 111010 |
Color Harmonies of #BB57D2
Complementary color
Monochromatic Colors of #BB57D2
Black with #BB57D2
Text Example
Text Example
White with #BB57D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57D2; }
p { color: rgb(187,87,210); }
H1.HeaderClassName
{
color: #BB57D2;
}
.AnyTagClassName
{
color: #BB57D2;
}
</style>
background-color css
<style>
a { background-color: #BB57D2; }
a { background-color: rgb(187,87,210); }
div.DivClassName
{
background-color: #BB57D2;
}
.BgClassName
{
background-color: #BB57D2;
}
</style>
border-color css
<style>
span { border-color: #BB57D2; }
span { border-color: rgb(187,87,210); }
td.TdClassName
{
border-color: #BB57D2;
}
.TagClassName
{
border-color: #BB57D2;
}
</style>