Shades of Medium Orchid #B958FF
Tints of Medium Orchid #B958FF
RGB
CMYK
RGB Variations
Color information
#B958FF (or 0xB958FF) is known color: Medium Orchid. HEX triplet: B9, 58 and FF. RGB value is (185,88,255). Sum of RGB (Red+Green+Blue) = 185+88+255=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #B958FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B958FF is #46A700. Grayscale: #878787. Windows color (decimal): -4630273 or 16734393. OLE color: 16734393.
HSL color Cylindrical-coordinate representation of color #B958FF: hue angle of 274.85º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B958FF is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 88 | 255 | - |
| CMYK | 0.27 | 0.65 | 0 | 0 |
| HSL | 274.85º | 1% | 0.67% | - |
| HSV(B) | 274.85º | 0.65% | 1% | - |
| XYZ | 41.55 | 24.51 | 97.15 | - |
| YUV | 136.04 | 195.14 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 255 | 0.27 | 0.65 | 0 | 0 | 274.85 | 1 | 0.67 |
| Hex | B9 | 58 | FF | 1B | 41 | 0 | 0 | 113 | 64 | 43 |
| Octal | 271 | 130 | 377 | 33 | 101 | 0 | 0 | 423 | 144 | 103 |
| Binary | 10111001 | 1011000 | 11111111 | 11011 | 1000001 | 0 | 0 | 100010011 | 1100100 | 1000011 |
Color Harmonies of #B958FF
Complementary color
Monochromatic Colors of #B958FF
Black with #B958FF
Text Example
Text Example
White with #B958FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958FF; }
p { color: rgb(185,88,255); }
H1.HeaderClassName
{
color: #B958FF;
}
.AnyTagClassName
{
color: #B958FF;
}
</style>
background-color css
<style>
a { background-color: #B958FF; }
a { background-color: rgb(185,88,255); }
div.DivClassName
{
background-color: #B958FF;
}
.BgClassName
{
background-color: #B958FF;
}
</style>
border-color css
<style>
span { border-color: #B958FF; }
span { border-color: rgb(185,88,255); }
td.TdClassName
{
border-color: #B958FF;
}
.TagClassName
{
border-color: #B958FF;
}
</style>