Shades of Medium Orchid #B957F0
Tints of Medium Orchid #B957F0
RGB
CMYK
RGB Variations
Color information
#B957F0 (or 0xB957F0) is known color: Medium Orchid. HEX triplet: B9, 57 and F0. RGB value is (185,87,240). Sum of RGB (Red+Green+Blue) = 185+87+240=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 87 (34.38% from 255 or 16.99% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #B957F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957F0 is #46A80F. Grayscale: #858585. Windows color (decimal): -4630544 or 15751097. OLE color: 15751097.
HSL color Cylindrical-coordinate representation of color #B957F0: hue angle of 278.43º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B957F0 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 87 | 240 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.06 |
| HSL | 278.43º | 0.84% | 0.64% | - |
| HSV(B) | 278.43º | 0.64% | 0.94% | - |
| XYZ | 39.14 | 23.42 | 84.9 | - |
| YUV | 133.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 240 | 0.23 | 0.64 | 0 | 0.06 | 278.43 | 0.84 | 0.64 |
| Hex | B9 | 57 | F0 | 17 | 40 | 0 | 6 | 116 | 54 | 40 |
| Octal | 271 | 127 | 360 | 27 | 100 | 0 | 6 | 426 | 124 | 100 |
| Binary | 10111001 | 1010111 | 11110000 | 10111 | 1000000 | 0 | 110 | 100010110 | 1010100 | 1000000 |
Color Harmonies of #B957F0
Complementary color
Monochromatic Colors of #B957F0
Black with #B957F0
Text Example
Text Example
White with #B957F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957F0; }
p { color: rgb(185,87,240); }
H1.HeaderClassName
{
color: #B957F0;
}
.AnyTagClassName
{
color: #B957F0;
}
</style>
background-color css
<style>
a { background-color: #B957F0; }
a { background-color: rgb(185,87,240); }
div.DivClassName
{
background-color: #B957F0;
}
.BgClassName
{
background-color: #B957F0;
}
</style>
border-color css
<style>
span { border-color: #B957F0; }
span { border-color: rgb(185,87,240); }
td.TdClassName
{
border-color: #B957F0;
}
.TagClassName
{
border-color: #B957F0;
}
</style>