Shades of Medium Orchid #B959DD
Tints of Medium Orchid #B959DD
RGB
CMYK
RGB Variations
Color information
#B959DD (or 0xB959DD) is known color: Medium Orchid. HEX triplet: B9, 59 and DD. RGB value is (185,89,221). Sum of RGB (Red+Green+Blue) = 185+89+221=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B959DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B959DD is #46A622. Grayscale: #848484. Windows color (decimal): -4630051 or 14506425. OLE color: 14506425.
HSL color Cylindrical-coordinate representation of color #B959DD: hue angle of 283.64º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B959DD is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 89 | 221 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.13 |
| HSL | 283.64º | 0.66% | 0.61% | - |
| HSV(B) | 283.64º | 0.6% | 0.87% | - |
| XYZ | 36.63 | 22.68 | 70.85 | - |
| YUV | 132.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 89 | 221 | 0.16 | 0.60 | 0 | 0.13 | 283.64 | 0.66 | 0.61 |
| Hex | B9 | 59 | DD | 10 | 3C | 0 | D | 11C | 42 | 3D |
| Octal | 271 | 131 | 335 | 20 | 74 | 0 | 15 | 434 | 102 | 75 |
| Binary | 10111001 | 1011001 | 11011101 | 10000 | 111100 | 0 | 1101 | 100011100 | 1000010 | 111101 |
Color Harmonies of #B959DD
Complementary color
Monochromatic Colors of #B959DD
Black with #B959DD
Text Example
Text Example
White with #B959DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B959DD; }
p { color: rgb(185,89,221); }
H1.HeaderClassName
{
color: #B959DD;
}
.AnyTagClassName
{
color: #B959DD;
}
</style>
background-color css
<style>
a { background-color: #B959DD; }
a { background-color: rgb(185,89,221); }
div.DivClassName
{
background-color: #B959DD;
}
.BgClassName
{
background-color: #B959DD;
}
</style>
border-color css
<style>
span { border-color: #B959DD; }
span { border-color: rgb(185,89,221); }
td.TdClassName
{
border-color: #B959DD;
}
.TagClassName
{
border-color: #B959DD;
}
</style>