Shades of Medium Orchid #B957D3
Tints of Medium Orchid #B957D3
RGB
CMYK
RGB Variations
Color information
#B957D3 (or 0xB957D3) is known color: Medium Orchid. HEX triplet: B9, 57 and D3. RGB value is (185,87,211). Sum of RGB (Red+Green+Blue) = 185+87+211=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 211 - color contains mainly: blue. Hex color #B957D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957D3 is #46A82C. Grayscale: #828282. Windows color (decimal): -4630573 or 13850553. OLE color: 13850553.
HSL color Cylindrical-coordinate representation of color #B957D3: hue angle of 287.42º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B957D3 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 87 | 211 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.17 |
| HSL | 287.42º | 0.58% | 0.58% | - |
| HSV(B) | 287.42º | 0.59% | 0.83% | - |
| XYZ | 35.17 | 21.83 | 63.99 | - |
| YUV | 130.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 211 | 0.12 | 0.59 | 0 | 0.17 | 287.42 | 0.58 | 0.58 |
| Hex | B9 | 57 | D3 | C | 3B | 0 | 11 | 11F | 3A | 3A |
| Octal | 271 | 127 | 323 | 14 | 73 | 0 | 21 | 437 | 72 | 72 |
| Binary | 10111001 | 1010111 | 11010011 | 1100 | 111011 | 0 | 10001 | 100011111 | 111010 | 111010 |
Color Harmonies of #B957D3
Complementary color
Monochromatic Colors of #B957D3
Black with #B957D3
Text Example
Text Example
White with #B957D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957D3; }
p { color: rgb(185,87,211); }
H1.HeaderClassName
{
color: #B957D3;
}
.AnyTagClassName
{
color: #B957D3;
}
</style>
background-color css
<style>
a { background-color: #B957D3; }
a { background-color: rgb(185,87,211); }
div.DivClassName
{
background-color: #B957D3;
}
.BgClassName
{
background-color: #B957D3;
}
</style>
border-color css
<style>
span { border-color: #B957D3; }
span { border-color: rgb(185,87,211); }
td.TdClassName
{
border-color: #B957D3;
}
.TagClassName
{
border-color: #B957D3;
}
</style>