Shades of Medium Orchid #B957F1
Tints of Medium Orchid #B957F1
RGB
CMYK
RGB Variations
Color information
#B957F1 (or 0xB957F1) is known color: Medium Orchid. HEX triplet: B9, 57 and F1. RGB value is (185,87,241). Sum of RGB (Red+Green+Blue) = 185+87+241=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 87 (34.38% from 255 or 16.96% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #B957F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957F1 is #46A80E. Grayscale: #858585. Windows color (decimal): -4630543 or 15816633. OLE color: 15816633.
HSL color Cylindrical-coordinate representation of color #B957F1: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B957F1 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 87 | 241 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.05 |
| HSL | 278.18º | 0.85% | 0.64% | - |
| HSV(B) | 278.18º | 0.64% | 0.95% | - |
| XYZ | 39.29 | 23.48 | 85.68 | - |
| YUV | 133.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 241 | 0.23 | 0.64 | 0 | 0.05 | 278.18 | 0.85 | 0.64 |
| Hex | B9 | 57 | F1 | 17 | 40 | 0 | 5 | 116 | 55 | 40 |
| Octal | 271 | 127 | 361 | 27 | 100 | 0 | 5 | 426 | 125 | 100 |
| Binary | 10111001 | 1010111 | 11110001 | 10111 | 1000000 | 0 | 101 | 100010110 | 1010101 | 1000000 |
Color Harmonies of #B957F1
Complementary color
Monochromatic Colors of #B957F1
Black with #B957F1
Text Example
Text Example
White with #B957F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957F1; }
p { color: rgb(185,87,241); }
H1.HeaderClassName
{
color: #B957F1;
}
.AnyTagClassName
{
color: #B957F1;
}
</style>
background-color css
<style>
a { background-color: #B957F1; }
a { background-color: rgb(185,87,241); }
div.DivClassName
{
background-color: #B957F1;
}
.BgClassName
{
background-color: #B957F1;
}
</style>
border-color css
<style>
span { border-color: #B957F1; }
span { border-color: rgb(185,87,241); }
td.TdClassName
{
border-color: #B957F1;
}
.TagClassName
{
border-color: #B957F1;
}
</style>