Shades of Medium Orchid #B950D8
Tints of Medium Orchid #B950D8
RGB
CMYK
RGB Variations
Color information
#B950D8 (or 0xB950D8) is known color: Medium Orchid. HEX triplet: B9, 50 and D8. RGB value is (185,80,216). Sum of RGB (Red+Green+Blue) = 185+80+216=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #B950D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950D8 is #46AF27. Grayscale: #7E7E7E. Windows color (decimal): -4632360 or 14176441. OLE color: 14176441.
HSL color Cylindrical-coordinate representation of color #B950D8: hue angle of 286.32º 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 #B950D8 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 80 | 216 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.15 |
| HSL | 286.32º | 0.64% | 0.58% | - |
| HSV(B) | 286.32º | 0.63% | 0.85% | - |
| XYZ | 35.27 | 21.01 | 67.16 | - |
| YUV | 126.9 | 178.29 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 216 | 0.14 | 0.63 | 0 | 0.15 | 286.32 | 0.64 | 0.58 |
| Hex | B9 | 50 | D8 | E | 3F | 0 | F | 11E | 40 | 3A |
| Octal | 271 | 120 | 330 | 16 | 77 | 0 | 17 | 436 | 100 | 72 |
| Binary | 10111001 | 1010000 | 11011000 | 1110 | 111111 | 0 | 1111 | 100011110 | 1000000 | 111010 |
Color Harmonies of #B950D8
Complementary color
Monochromatic Colors of #B950D8
Black with #B950D8
Text Example
Text Example
White with #B950D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950D8; }
p { color: rgb(185,80,216); }
H1.HeaderClassName
{
color: #B950D8;
}
.AnyTagClassName
{
color: #B950D8;
}
</style>
background-color css
<style>
a { background-color: #B950D8; }
a { background-color: rgb(185,80,216); }
div.DivClassName
{
background-color: #B950D8;
}
.BgClassName
{
background-color: #B950D8;
}
</style>
border-color css
<style>
span { border-color: #B950D8; }
span { border-color: rgb(185,80,216); }
td.TdClassName
{
border-color: #B950D8;
}
.TagClassName
{
border-color: #B950D8;
}
</style>