Shades of Medium Orchid #B957FA
Tints of Medium Orchid #B957FA
RGB
CMYK
RGB Variations
Color information
#B957FA (or 0xB957FA) is known color: Medium Orchid. HEX triplet: B9, 57 and FA. RGB value is (185,87,250). Sum of RGB (Red+Green+Blue) = 185+87+250=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #B957FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957FA is #46A805. Grayscale: #868686. Windows color (decimal): -4630534 or 16406457. OLE color: 16406457.
HSL color Cylindrical-coordinate representation of color #B957FA: hue angle of 276.07º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B957FA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 87 | 250 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.02 |
| HSL | 276.07º | 0.94% | 0.66% | - |
| HSV(B) | 276.07º | 0.65% | 0.98% | - |
| XYZ | 40.67 | 24.03 | 92.94 | - |
| YUV | 134.88 | 192.97 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 250 | 0.26 | 0.65 | 0 | 0.02 | 276.07 | 0.94 | 0.66 |
| Hex | B9 | 57 | FA | 1A | 41 | 0 | 2 | 114 | 5E | 42 |
| Octal | 271 | 127 | 372 | 32 | 101 | 0 | 2 | 424 | 136 | 102 |
| Binary | 10111001 | 1010111 | 11111010 | 11010 | 1000001 | 0 | 10 | 100010100 | 1011110 | 1000010 |
Color Harmonies of #B957FA
Complementary color
Monochromatic Colors of #B957FA
Black with #B957FA
Text Example
Text Example
White with #B957FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957FA; }
p { color: rgb(185,87,250); }
H1.HeaderClassName
{
color: #B957FA;
}
.AnyTagClassName
{
color: #B957FA;
}
</style>
background-color css
<style>
a { background-color: #B957FA; }
a { background-color: rgb(185,87,250); }
div.DivClassName
{
background-color: #B957FA;
}
.BgClassName
{
background-color: #B957FA;
}
</style>
border-color css
<style>
span { border-color: #B957FA; }
span { border-color: rgb(185,87,250); }
td.TdClassName
{
border-color: #B957FA;
}
.TagClassName
{
border-color: #B957FA;
}
</style>