Shades of Medium Orchid #B957D9
Tints of Medium Orchid #B957D9
RGB
CMYK
RGB Variations
Color information
#B957D9 (or 0xB957D9) is known color: Medium Orchid. HEX triplet: B9, 57 and D9. RGB value is (185,87,217). Sum of RGB (Red+Green+Blue) = 185+87+217=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #B957D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957D9 is #46A826. Grayscale: #828282. Windows color (decimal): -4630567 or 14243769. OLE color: 14243769.
HSL color Cylindrical-coordinate representation of color #B957D9: hue angle of 285.23º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B957D9 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 87 | 217 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.15 |
| HSL | 285.23º | 0.63% | 0.6% | - |
| HSV(B) | 285.23º | 0.6% | 0.85% | - |
| XYZ | 35.94 | 22.14 | 68.02 | - |
| YUV | 131.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 217 | 0.15 | 0.60 | 0 | 0.15 | 285.23 | 0.63 | 0.6 |
| Hex | B9 | 57 | D9 | F | 3C | 0 | F | 11D | 3F | 3C |
| Octal | 271 | 127 | 331 | 17 | 74 | 0 | 17 | 435 | 77 | 74 |
| Binary | 10111001 | 1010111 | 11011001 | 1111 | 111100 | 0 | 1111 | 100011101 | 111111 | 111100 |
Color Harmonies of #B957D9
Complementary color
Monochromatic Colors of #B957D9
Black with #B957D9
Text Example
Text Example
White with #B957D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957D9; }
p { color: rgb(185,87,217); }
H1.HeaderClassName
{
color: #B957D9;
}
.AnyTagClassName
{
color: #B957D9;
}
</style>
background-color css
<style>
a { background-color: #B957D9; }
a { background-color: rgb(185,87,217); }
div.DivClassName
{
background-color: #B957D9;
}
.BgClassName
{
background-color: #B957D9;
}
</style>
border-color css
<style>
span { border-color: #B957D9; }
span { border-color: rgb(185,87,217); }
td.TdClassName
{
border-color: #B957D9;
}
.TagClassName
{
border-color: #B957D9;
}
</style>