Shades of Medium Orchid #B951D9
Tints of Medium Orchid #B951D9
RGB
CMYK
RGB Variations
Color information
#B951D9 (or 0xB951D9) is known color: Medium Orchid. HEX triplet: B9, 51 and D9. RGB value is (185,81,217). Sum of RGB (Red+Green+Blue) = 185+81+217=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #B951D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951D9 is #46AE26. Grayscale: #7F7F7F. Windows color (decimal): -4632103 or 14242233. OLE color: 14242233.
HSL color Cylindrical-coordinate representation of color #B951D9: hue angle of 285.88º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B951D9 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 81 | 217 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.15 |
| HSL | 285.88º | 0.64% | 0.58% | - |
| HSV(B) | 285.88º | 0.63% | 0.85% | - |
| XYZ | 35.47 | 21.21 | 67.87 | - |
| YUV | 127.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 217 | 0.15 | 0.63 | 0 | 0.15 | 285.88 | 0.64 | 0.58 |
| Hex | B9 | 51 | D9 | F | 3F | 0 | F | 11E | 40 | 3A |
| Octal | 271 | 121 | 331 | 17 | 77 | 0 | 17 | 436 | 100 | 72 |
| Binary | 10111001 | 1010001 | 11011001 | 1111 | 111111 | 0 | 1111 | 100011110 | 1000000 | 111010 |
Color Harmonies of #B951D9
Complementary color
Monochromatic Colors of #B951D9
Black with #B951D9
Text Example
Text Example
White with #B951D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B951D9; }
p { color: rgb(185,81,217); }
H1.HeaderClassName
{
color: #B951D9;
}
.AnyTagClassName
{
color: #B951D9;
}
</style>
background-color css
<style>
a { background-color: #B951D9; }
a { background-color: rgb(185,81,217); }
div.DivClassName
{
background-color: #B951D9;
}
.BgClassName
{
background-color: #B951D9;
}
</style>
border-color css
<style>
span { border-color: #B951D9; }
span { border-color: rgb(185,81,217); }
td.TdClassName
{
border-color: #B951D9;
}
.TagClassName
{
border-color: #B951D9;
}
</style>