Shades of Medium Orchid #B958D8
Tints of Medium Orchid #B958D8
RGB
CMYK
RGB Variations
Color information
#B958D8 (or 0xB958D8) is known color: Medium Orchid. HEX triplet: B9, 58 and D8. RGB value is (185,88,216). Sum of RGB (Red+Green+Blue) = 185+88+216=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 88 (34.77% from 255 or 18.00% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #B958D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958D8 is #46A727. Grayscale: #838383. Windows color (decimal): -4630312 or 14178489. OLE color: 14178489.
HSL color Cylindrical-coordinate representation of color #B958D8: hue angle of 285.47º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B958D8 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 88 | 216 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.15 |
| HSL | 285.47º | 0.62% | 0.6% | - |
| HSV(B) | 285.47º | 0.59% | 0.85% | - |
| XYZ | 35.89 | 22.25 | 67.37 | - |
| YUV | 131.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 216 | 0.14 | 0.59 | 0 | 0.15 | 285.47 | 0.62 | 0.6 |
| Hex | B9 | 58 | D8 | E | 3B | 0 | F | 11D | 3E | 3C |
| Octal | 271 | 130 | 330 | 16 | 73 | 0 | 17 | 435 | 76 | 74 |
| Binary | 10111001 | 1011000 | 11011000 | 1110 | 111011 | 0 | 1111 | 100011101 | 111110 | 111100 |
Color Harmonies of #B958D8
Complementary color
Monochromatic Colors of #B958D8
Black with #B958D8
Text Example
Text Example
White with #B958D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958D8; }
p { color: rgb(185,88,216); }
H1.HeaderClassName
{
color: #B958D8;
}
.AnyTagClassName
{
color: #B958D8;
}
</style>
background-color css
<style>
a { background-color: #B958D8; }
a { background-color: rgb(185,88,216); }
div.DivClassName
{
background-color: #B958D8;
}
.BgClassName
{
background-color: #B958D8;
}
</style>
border-color css
<style>
span { border-color: #B958D8; }
span { border-color: rgb(185,88,216); }
td.TdClassName
{
border-color: #B958D8;
}
.TagClassName
{
border-color: #B958D8;
}
</style>