Shades of Medium Orchid #B959D3
Tints of Medium Orchid #B959D3
RGB
CMYK
RGB Variations
Color information
#B959D3 (or 0xB959D3) is known color: Medium Orchid. HEX triplet: B9, 59 and D3. RGB value is (185,89,211). Sum of RGB (Red+Green+Blue) = 185+89+211=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #B959D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959D3 is #46A62C. Grayscale: #838383. Windows color (decimal): -4630061 or 13851065. OLE color: 13851065.
HSL color Cylindrical-coordinate representation of color #B959D3: hue angle of 287.21º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B959D3 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 185 | 89 | 211 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.17 |
| HSL | 287.21º | 0.58% | 0.59% | - |
| HSV(B) | 287.21º | 0.58% | 0.83% | - |
| XYZ | 35.34 | 22.16 | 64.04 | - |
| YUV | 131.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 211 | 0.12 | 0.58 | 0 | 0.17 | 287.21 | 0.58 | 0.59 |
| Hex | B9 | 59 | D3 | C | 3A | 0 | 11 | 11F | 3A | 3B |
| Octal | 271 | 131 | 323 | 14 | 72 | 0 | 21 | 437 | 72 | 73 |
| Binary | 10111001 | 1011001 | 11010011 | 1100 | 111010 | 0 | 10001 | 100011111 | 111010 | 111011 |
Color Harmonies of #B959D3
Complementary color
Monochromatic Colors of #B959D3
Black with #B959D3
Text Example
Text Example
White with #B959D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959D3; }
p { color: rgb(185,89,211); }
H1.HeaderClassName
{
color: #B959D3;
}
.AnyTagClassName
{
color: #B959D3;
}
</style>
background-color css
<style>
a { background-color: #B959D3; }
a { background-color: rgb(185,89,211); }
div.DivClassName
{
background-color: #B959D3;
}
.BgClassName
{
background-color: #B959D3;
}
</style>
border-color css
<style>
span { border-color: #B959D3; }
span { border-color: rgb(185,89,211); }
td.TdClassName
{
border-color: #B959D3;
}
.TagClassName
{
border-color: #B959D3;
}
</style>