Shades of Medium Orchid #B957D6
Tints of Medium Orchid #B957D6
RGB
CMYK
RGB Variations
Color information
#B957D6 (or 0xB957D6) is known color: Medium Orchid. HEX triplet: B9, 57 and D6. RGB value is (185,87,214). Sum of RGB (Red+Green+Blue) = 185+87+214=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 214 - color contains mainly: blue. Hex color #B957D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957D6 is #46A829. Grayscale: #828282. Windows color (decimal): -4630570 or 14047161. OLE color: 14047161.
HSL color Cylindrical-coordinate representation of color #B957D6: hue angle of 286.3º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B957D6 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 87 | 214 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.16 |
| HSL | 286.3º | 0.61% | 0.59% | - |
| HSV(B) | 286.3º | 0.59% | 0.84% | - |
| XYZ | 35.55 | 21.99 | 65.99 | - |
| YUV | 130.78 | 174.97 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 214 | 0.14 | 0.59 | 0 | 0.16 | 286.3 | 0.61 | 0.59 |
| Hex | B9 | 57 | D6 | E | 3B | 0 | 10 | 11E | 3D | 3B |
| Octal | 271 | 127 | 326 | 16 | 73 | 0 | 20 | 436 | 75 | 73 |
| Binary | 10111001 | 1010111 | 11010110 | 1110 | 111011 | 0 | 10000 | 100011110 | 111101 | 111011 |
Color Harmonies of #B957D6
Complementary color
Monochromatic Colors of #B957D6
Black with #B957D6
Text Example
Text Example
White with #B957D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957D6; }
p { color: rgb(185,87,214); }
H1.HeaderClassName
{
color: #B957D6;
}
.AnyTagClassName
{
color: #B957D6;
}
</style>
background-color css
<style>
a { background-color: #B957D6; }
a { background-color: rgb(185,87,214); }
div.DivClassName
{
background-color: #B957D6;
}
.BgClassName
{
background-color: #B957D6;
}
</style>
border-color css
<style>
span { border-color: #B957D6; }
span { border-color: rgb(185,87,214); }
td.TdClassName
{
border-color: #B957D6;
}
.TagClassName
{
border-color: #B957D6;
}
</style>