Shades of Medium Orchid #B958DD
Tints of Medium Orchid #B958DD
RGB
CMYK
RGB Variations
Color information
#B958DD (or 0xB958DD) is known color: Medium Orchid. HEX triplet: B9, 58 and DD. RGB value is (185,88,221). Sum of RGB (Red+Green+Blue) = 185+88+221=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B958DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958DD is #46A722. Grayscale: #838383. Windows color (decimal): -4630307 or 14506169. OLE color: 14506169.
HSL color Cylindrical-coordinate representation of color #B958DD: hue angle of 283.76º 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 #B958DD is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 88 | 221 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.13 |
| HSL | 283.76º | 0.66% | 0.61% | - |
| HSV(B) | 283.76º | 0.6% | 0.87% | - |
| XYZ | 36.55 | 22.51 | 70.83 | - |
| YUV | 132.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 221 | 0.16 | 0.60 | 0 | 0.13 | 283.76 | 0.66 | 0.61 |
| Hex | B9 | 58 | DD | 10 | 3C | 0 | D | 11C | 42 | 3D |
| Octal | 271 | 130 | 335 | 20 | 74 | 0 | 15 | 434 | 102 | 75 |
| Binary | 10111001 | 1011000 | 11011101 | 10000 | 111100 | 0 | 1101 | 100011100 | 1000010 | 111101 |
Color Harmonies of #B958DD
Complementary color
Monochromatic Colors of #B958DD
Black with #B958DD
Text Example
Text Example
White with #B958DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958DD; }
p { color: rgb(185,88,221); }
H1.HeaderClassName
{
color: #B958DD;
}
.AnyTagClassName
{
color: #B958DD;
}
</style>
background-color css
<style>
a { background-color: #B958DD; }
a { background-color: rgb(185,88,221); }
div.DivClassName
{
background-color: #B958DD;
}
.BgClassName
{
background-color: #B958DD;
}
</style>
border-color css
<style>
span { border-color: #B958DD; }
span { border-color: rgb(185,88,221); }
td.TdClassName
{
border-color: #B958DD;
}
.TagClassName
{
border-color: #B958DD;
}
</style>