Shades of Medium Orchid #B958D0
Tints of Medium Orchid #B958D0
RGB
CMYK
RGB Variations
Color information
#B958D0 (or 0xB958D0) is known color: Medium Orchid. HEX triplet: B9, 58 and D0. RGB value is (185,88,208). Sum of RGB (Red+Green+Blue) = 185+88+208=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #B958D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958D0 is #46A72F. Grayscale: #828282. Windows color (decimal): -4630320 or 13654201. OLE color: 13654201.
HSL color Cylindrical-coordinate representation of color #B958D0: hue angle of 288.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B958D0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 88 | 208 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.18 |
| HSL | 288.5º | 0.56% | 0.58% | - |
| HSV(B) | 288.5º | 0.58% | 0.82% | - |
| XYZ | 34.88 | 21.85 | 62.05 | - |
| YUV | 130.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 208 | 0.11 | 0.58 | 0 | 0.18 | 288.5 | 0.56 | 0.58 |
| Hex | B9 | 58 | D0 | B | 3A | 0 | 12 | 120 | 38 | 3A |
| Octal | 271 | 130 | 320 | 13 | 72 | 0 | 22 | 440 | 70 | 72 |
| Binary | 10111001 | 1011000 | 11010000 | 1011 | 111010 | 0 | 10010 | 100100000 | 111000 | 111010 |
Color Harmonies of #B958D0
Complementary color
Monochromatic Colors of #B958D0
Black with #B958D0
Text Example
Text Example
White with #B958D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958D0; }
p { color: rgb(185,88,208); }
H1.HeaderClassName
{
color: #B958D0;
}
.AnyTagClassName
{
color: #B958D0;
}
</style>
background-color css
<style>
a { background-color: #B958D0; }
a { background-color: rgb(185,88,208); }
div.DivClassName
{
background-color: #B958D0;
}
.BgClassName
{
background-color: #B958D0;
}
</style>
border-color css
<style>
span { border-color: #B958D0; }
span { border-color: rgb(185,88,208); }
td.TdClassName
{
border-color: #B958D0;
}
.TagClassName
{
border-color: #B958D0;
}
</style>