Shades of Medium Orchid #B957F3
Tints of Medium Orchid #B957F3
RGB
CMYK
RGB Variations
Color information
#B957F3 (or 0xB957F3) is known color: Medium Orchid. HEX triplet: B9, 57 and F3. RGB value is (185,87,243). Sum of RGB (Red+Green+Blue) = 185+87+243=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #B957F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957F3 is #46A80C. Grayscale: #858585. Windows color (decimal): -4630541 or 15947705. OLE color: 15947705.
HSL color Cylindrical-coordinate representation of color #B957F3: hue angle of 277.69º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B957F3 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 87 | 243 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.05 |
| HSL | 277.69º | 0.87% | 0.65% | - |
| HSV(B) | 277.69º | 0.64% | 0.95% | - |
| XYZ | 39.59 | 23.6 | 87.26 | - |
| YUV | 134.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 243 | 0.24 | 0.64 | 0 | 0.05 | 277.69 | 0.87 | 0.65 |
| Hex | B9 | 57 | F3 | 18 | 40 | 0 | 5 | 116 | 57 | 41 |
| Octal | 271 | 127 | 363 | 30 | 100 | 0 | 5 | 426 | 127 | 101 |
| Binary | 10111001 | 1010111 | 11110011 | 11000 | 1000000 | 0 | 101 | 100010110 | 1010111 | 1000001 |
Color Harmonies of #B957F3
Complementary color
Monochromatic Colors of #B957F3
Black with #B957F3
Text Example
Text Example
White with #B957F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957F3; }
p { color: rgb(185,87,243); }
H1.HeaderClassName
{
color: #B957F3;
}
.AnyTagClassName
{
color: #B957F3;
}
</style>
background-color css
<style>
a { background-color: #B957F3; }
a { background-color: rgb(185,87,243); }
div.DivClassName
{
background-color: #B957F3;
}
.BgClassName
{
background-color: #B957F3;
}
</style>
border-color css
<style>
span { border-color: #B957F3; }
span { border-color: rgb(185,87,243); }
td.TdClassName
{
border-color: #B957F3;
}
.TagClassName
{
border-color: #B957F3;
}
</style>