Shades of Medium Orchid #B958D1
Tints of Medium Orchid #B958D1
RGB
CMYK
RGB Variations
Color information
#B958D1 (or 0xB958D1) is known color: Medium Orchid. HEX triplet: B9, 58 and D1. RGB value is (185,88,209). Sum of RGB (Red+Green+Blue) = 185+88+209=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #B958D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B958D1 is #46A72E. Grayscale: #828282. Windows color (decimal): -4630319 or 13719737. OLE color: 13719737.
HSL color Cylindrical-coordinate representation of color #B958D1: hue angle of 288.1º degrees, saturation: 0.57, 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 #B958D1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 88 | 209 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.18 |
| HSL | 288.1º | 0.57% | 0.58% | - |
| HSV(B) | 288.1º | 0.58% | 0.82% | - |
| XYZ | 35.01 | 21.9 | 62.7 | - |
| YUV | 130.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 88 | 209 | 0.11 | 0.58 | 0 | 0.18 | 288.1 | 0.57 | 0.58 |
| Hex | B9 | 58 | D1 | B | 3A | 0 | 12 | 120 | 39 | 3A |
| Octal | 271 | 130 | 321 | 13 | 72 | 0 | 22 | 440 | 71 | 72 |
| Binary | 10111001 | 1011000 | 11010001 | 1011 | 111010 | 0 | 10010 | 100100000 | 111001 | 111010 |
Color Harmonies of #B958D1
Complementary color
Monochromatic Colors of #B958D1
Black with #B958D1
Text Example
Text Example
White with #B958D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B958D1; }
p { color: rgb(185,88,209); }
H1.HeaderClassName
{
color: #B958D1;
}
.AnyTagClassName
{
color: #B958D1;
}
</style>
background-color css
<style>
a { background-color: #B958D1; }
a { background-color: rgb(185,88,209); }
div.DivClassName
{
background-color: #B958D1;
}
.BgClassName
{
background-color: #B958D1;
}
</style>
border-color css
<style>
span { border-color: #B958D1; }
span { border-color: rgb(185,88,209); }
td.TdClassName
{
border-color: #B958D1;
}
.TagClassName
{
border-color: #B958D1;
}
</style>