Shades of Medium Orchid #B957FF
Tints of Medium Orchid #B957FF
RGB
CMYK
RGB Variations
Color information
#B957FF (or 0xB957FF) is known color: Medium Orchid. HEX triplet: B9, 57 and FF. RGB value is (185,87,255). Sum of RGB (Red+Green+Blue) = 185+87+255=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B957FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957FF is #46A800. Grayscale: #868686. Windows color (decimal): -4630529 or 16734137. OLE color: 16734137.
HSL color Cylindrical-coordinate representation of color #B957FF: hue angle of 275º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B957FF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 87 | 255 | - |
| CMYK | 0.27 | 0.66 | 0 | 0 |
| HSL | 275º | 1% | 0.67% | - |
| HSV(B) | 275º | 0.66% | 1% | - |
| XYZ | 41.47 | 24.35 | 97.12 | - |
| YUV | 135.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 255 | 0.27 | 0.66 | 0 | 0 | 275 | 1 | 0.67 |
| Hex | B9 | 57 | FF | 1B | 42 | 0 | 0 | 113 | 64 | 43 |
| Octal | 271 | 127 | 377 | 33 | 102 | 0 | 0 | 423 | 144 | 103 |
| Binary | 10111001 | 1010111 | 11111111 | 11011 | 1000010 | 0 | 0 | 100010011 | 1100100 | 1000011 |
Color Harmonies of #B957FF
Complementary color
Monochromatic Colors of #B957FF
Black with #B957FF
Text Example
Text Example
White with #B957FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957FF; }
p { color: rgb(185,87,255); }
H1.HeaderClassName
{
color: #B957FF;
}
.AnyTagClassName
{
color: #B957FF;
}
</style>
background-color css
<style>
a { background-color: #B957FF; }
a { background-color: rgb(185,87,255); }
div.DivClassName
{
background-color: #B957FF;
}
.BgClassName
{
background-color: #B957FF;
}
</style>
border-color css
<style>
span { border-color: #B957FF; }
span { border-color: rgb(185,87,255); }
td.TdClassName
{
border-color: #B957FF;
}
.TagClassName
{
border-color: #B957FF;
}
</style>