Shades of Medium Orchid #B957D1
Tints of Medium Orchid #B957D1
RGB
CMYK
RGB Variations
Color information
#B957D1 (or 0xB957D1) is known color: Medium Orchid. HEX triplet: B9, 57 and D1. RGB value is (185,87,209). Sum of RGB (Red+Green+Blue) = 185+87+209=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #B957D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957D1 is #46A82E. Grayscale: #818181. Windows color (decimal): -4630575 or 13719481. OLE color: 13719481.
HSL color Cylindrical-coordinate representation of color #B957D1: hue angle of 288.2º degrees, saturation: 0.57, 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 #B957D1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 87 | 209 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.18 |
| HSL | 288.2º | 0.57% | 0.58% | - |
| HSV(B) | 288.2º | 0.58% | 0.82% | - |
| XYZ | 34.92 | 21.73 | 62.68 | - |
| YUV | 130.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 209 | 0.11 | 0.58 | 0 | 0.18 | 288.2 | 0.57 | 0.58 |
| Hex | B9 | 57 | D1 | B | 3A | 0 | 12 | 120 | 39 | 3A |
| Octal | 271 | 127 | 321 | 13 | 72 | 0 | 22 | 440 | 71 | 72 |
| Binary | 10111001 | 1010111 | 11010001 | 1011 | 111010 | 0 | 10010 | 100100000 | 111001 | 111010 |
Color Harmonies of #B957D1
Complementary color
Monochromatic Colors of #B957D1
Black with #B957D1
Text Example
Text Example
White with #B957D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957D1; }
p { color: rgb(185,87,209); }
H1.HeaderClassName
{
color: #B957D1;
}
.AnyTagClassName
{
color: #B957D1;
}
</style>
background-color css
<style>
a { background-color: #B957D1; }
a { background-color: rgb(185,87,209); }
div.DivClassName
{
background-color: #B957D1;
}
.BgClassName
{
background-color: #B957D1;
}
</style>
border-color css
<style>
span { border-color: #B957D1; }
span { border-color: rgb(185,87,209); }
td.TdClassName
{
border-color: #B957D1;
}
.TagClassName
{
border-color: #B957D1;
}
</style>