Shades of Medium Orchid #B957CA
Tints of Medium Orchid #B957CA
RGB
CMYK
RGB Variations
Color information
#B957CA (or 0xB957CA) is known color: Medium Orchid. HEX triplet: B9, 57 and CA. RGB value is (185,87,202). Sum of RGB (Red+Green+Blue) = 185+87+202=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #B957CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957CA is #46A835. Grayscale: #818181. Windows color (decimal): -4630582 or 13260729. OLE color: 13260729.
HSL color Cylindrical-coordinate representation of color #B957CA: hue angle of 291.13º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B957CA is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 87 | 202 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.21 |
| HSL | 291.13º | 0.52% | 0.57% | - |
| HSV(B) | 291.13º | 0.57% | 0.79% | - |
| XYZ | 34.08 | 21.39 | 58.21 | - |
| YUV | 129.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 202 | 0.08 | 0.57 | 0 | 0.21 | 291.13 | 0.52 | 0.57 |
| Hex | B9 | 57 | CA | 8 | 39 | 0 | 15 | 123 | 34 | 39 |
| Octal | 271 | 127 | 312 | 10 | 71 | 0 | 25 | 443 | 64 | 71 |
| Binary | 10111001 | 1010111 | 11001010 | 1000 | 111001 | 0 | 10101 | 100100011 | 110100 | 111001 |
Color Harmonies of #B957CA
Complementary color
Monochromatic Colors of #B957CA
Black with #B957CA
Text Example
Text Example
White with #B957CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957CA; }
p { color: rgb(185,87,202); }
H1.HeaderClassName
{
color: #B957CA;
}
.AnyTagClassName
{
color: #B957CA;
}
</style>
background-color css
<style>
a { background-color: #B957CA; }
a { background-color: rgb(185,87,202); }
div.DivClassName
{
background-color: #B957CA;
}
.BgClassName
{
background-color: #B957CA;
}
</style>
border-color css
<style>
span { border-color: #B957CA; }
span { border-color: rgb(185,87,202); }
td.TdClassName
{
border-color: #B957CA;
}
.TagClassName
{
border-color: #B957CA;
}
</style>