Shades of Medium Orchid #B957F8
Tints of Medium Orchid #B957F8
RGB
CMYK
RGB Variations
Color information
#B957F8 (or 0xB957F8) is known color: Medium Orchid. HEX triplet: B9, 57 and F8. RGB value is (185,87,248). Sum of RGB (Red+Green+Blue) = 185+87+248=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #B957F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B957F8 is #46A807. Grayscale: #868686. Windows color (decimal): -4630536 or 16275385. OLE color: 16275385.
HSL color Cylindrical-coordinate representation of color #B957F8: hue angle of 276.52º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B957F8 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 87 | 248 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.03 |
| HSL | 276.52º | 0.92% | 0.66% | - |
| HSV(B) | 276.52º | 0.65% | 0.97% | - |
| XYZ | 40.36 | 23.91 | 91.29 | - |
| YUV | 134.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 248 | 0.25 | 0.65 | 0 | 0.03 | 276.52 | 0.92 | 0.66 |
| Hex | B9 | 57 | F8 | 19 | 41 | 0 | 3 | 115 | 5C | 42 |
| Octal | 271 | 127 | 370 | 31 | 101 | 0 | 3 | 425 | 134 | 102 |
| Binary | 10111001 | 1010111 | 11111000 | 11001 | 1000001 | 0 | 11 | 100010101 | 1011100 | 1000010 |
Color Harmonies of #B957F8
Complementary color
Monochromatic Colors of #B957F8
Black with #B957F8
Text Example
Text Example
White with #B957F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957F8; }
p { color: rgb(185,87,248); }
H1.HeaderClassName
{
color: #B957F8;
}
.AnyTagClassName
{
color: #B957F8;
}
</style>
background-color css
<style>
a { background-color: #B957F8; }
a { background-color: rgb(185,87,248); }
div.DivClassName
{
background-color: #B957F8;
}
.BgClassName
{
background-color: #B957F8;
}
</style>
border-color css
<style>
span { border-color: #B957F8; }
span { border-color: rgb(185,87,248); }
td.TdClassName
{
border-color: #B957F8;
}
.TagClassName
{
border-color: #B957F8;
}
</style>