Shades of Medium Orchid #B958D6
Tints of Medium Orchid #B958D6
RGB
CMYK
RGB Variations
Color information
#B958D6 (or 0xB958D6) is known color: Medium Orchid. HEX triplet: B9, 58 and D6. RGB value is (185,88,214). Sum of RGB (Red+Green+Blue) = 185+88+214=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #B958D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958D6 is #46A729. Grayscale: #828282. Windows color (decimal): -4630314 or 14047417. OLE color: 14047417.
HSL color Cylindrical-coordinate representation of color #B958D6: hue angle of 286.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B958D6 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 88 | 214 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.16 |
| HSL | 286.19º | 0.61% | 0.59% | - |
| HSV(B) | 286.19º | 0.59% | 0.84% | - |
| XYZ | 35.63 | 22.15 | 66.02 | - |
| YUV | 131.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 214 | 0.14 | 0.59 | 0 | 0.16 | 286.19 | 0.61 | 0.59 |
| Hex | B9 | 58 | D6 | E | 3B | 0 | 10 | 11E | 3D | 3B |
| Octal | 271 | 130 | 326 | 16 | 73 | 0 | 20 | 436 | 75 | 73 |
| Binary | 10111001 | 1011000 | 11010110 | 1110 | 111011 | 0 | 10000 | 100011110 | 111101 | 111011 |
Color Harmonies of #B958D6
Complementary color
Monochromatic Colors of #B958D6
Black with #B958D6
Text Example
Text Example
White with #B958D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958D6; }
p { color: rgb(185,88,214); }
H1.HeaderClassName
{
color: #B958D6;
}
.AnyTagClassName
{
color: #B958D6;
}
</style>
background-color css
<style>
a { background-color: #B958D6; }
a { background-color: rgb(185,88,214); }
div.DivClassName
{
background-color: #B958D6;
}
.BgClassName
{
background-color: #B958D6;
}
</style>
border-color css
<style>
span { border-color: #B958D6; }
span { border-color: rgb(185,88,214); }
td.TdClassName
{
border-color: #B958D6;
}
.TagClassName
{
border-color: #B958D6;
}
</style>