Shades of Medium Orchid #BB57DD
Tints of Medium Orchid #BB57DD
RGB
CMYK
RGB Variations
Color information
#BB57DD (or 0xBB57DD) is known color: Medium Orchid. HEX triplet: BB, 57 and DD. RGB value is (187,87,221). Sum of RGB (Red+Green+Blue) = 187+87+221=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB57DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB57DD is #44A822. Grayscale: #838383. Windows color (decimal): -4499491 or 14505915. OLE color: 14505915.
HSL color Cylindrical-coordinate representation of color #BB57DD: hue angle of 284.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB57DD is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 87 | 221 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.13 |
| HSL | 284.78º | 0.66% | 0.6% | - |
| HSV(B) | 284.78º | 0.61% | 0.87% | - |
| XYZ | 36.95 | 22.6 | 70.82 | - |
| YUV | 132.18 | 178.13 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 221 | 0.15 | 0.61 | 0 | 0.13 | 284.78 | 0.66 | 0.6 |
| Hex | BB | 57 | DD | F | 3D | 0 | D | 11D | 42 | 3C |
| Octal | 273 | 127 | 335 | 17 | 75 | 0 | 15 | 435 | 102 | 74 |
| Binary | 10111011 | 1010111 | 11011101 | 1111 | 111101 | 0 | 1101 | 100011101 | 1000010 | 111100 |
Color Harmonies of #BB57DD
Complementary color
Monochromatic Colors of #BB57DD
Black with #BB57DD
Text Example
Text Example
White with #BB57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB57DD; }
p { color: rgb(187,87,221); }
H1.HeaderClassName
{
color: #BB57DD;
}
.AnyTagClassName
{
color: #BB57DD;
}
</style>
background-color css
<style>
a { background-color: #BB57DD; }
a { background-color: rgb(187,87,221); }
div.DivClassName
{
background-color: #BB57DD;
}
.BgClassName
{
background-color: #BB57DD;
}
</style>
border-color css
<style>
span { border-color: #BB57DD; }
span { border-color: rgb(187,87,221); }
td.TdClassName
{
border-color: #BB57DD;
}
.TagClassName
{
border-color: #BB57DD;
}
</style>