Shades of Medium Orchid #B957DD
Tints of Medium Orchid #B957DD
RGB
CMYK
RGB Variations
Color information
#B957DD (or 0xB957DD) is known color: Medium Orchid. HEX triplet: B9, 57 and DD. RGB value is (185,87,221). Sum of RGB (Red+Green+Blue) = 185+87+221=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #B957DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957DD is #46A822. Grayscale: #838383. Windows color (decimal): -4630563 or 14505913. OLE color: 14505913.
HSL color Cylindrical-coordinate representation of color #B957DD: hue angle of 283.88º 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 #B957DD is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 87 | 221 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.13 |
| HSL | 283.88º | 0.66% | 0.6% | - |
| HSV(B) | 283.88º | 0.61% | 0.87% | - |
| XYZ | 36.47 | 22.35 | 70.8 | - |
| YUV | 131.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 221 | 0.16 | 0.61 | 0 | 0.13 | 283.88 | 0.66 | 0.6 |
| Hex | B9 | 57 | DD | 10 | 3D | 0 | D | 11C | 42 | 3C |
| Octal | 271 | 127 | 335 | 20 | 75 | 0 | 15 | 434 | 102 | 74 |
| Binary | 10111001 | 1010111 | 11011101 | 10000 | 111101 | 0 | 1101 | 100011100 | 1000010 | 111100 |
Color Harmonies of #B957DD
Complementary color
Monochromatic Colors of #B957DD
Black with #B957DD
Text Example
Text Example
White with #B957DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957DD; }
p { color: rgb(185,87,221); }
H1.HeaderClassName
{
color: #B957DD;
}
.AnyTagClassName
{
color: #B957DD;
}
</style>
background-color css
<style>
a { background-color: #B957DD; }
a { background-color: rgb(185,87,221); }
div.DivClassName
{
background-color: #B957DD;
}
.BgClassName
{
background-color: #B957DD;
}
</style>
border-color css
<style>
span { border-color: #B957DD; }
span { border-color: rgb(185,87,221); }
td.TdClassName
{
border-color: #B957DD;
}
.TagClassName
{
border-color: #B957DD;
}
</style>