Shades of Medium Orchid #B950DF
Tints of Medium Orchid #B950DF
RGB
CMYK
RGB Variations
Color information
#B950DF (or 0xB950DF) is known color: Medium Orchid. HEX triplet: B9, 50 and DF. RGB value is (185,80,223). Sum of RGB (Red+Green+Blue) = 185+80+223=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 80 (31.64% from 255 or 16.39% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #B950DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950DF is #46AF20. Grayscale: #7F7F7F. Windows color (decimal): -4632353 or 14635193. OLE color: 14635193.
HSL color Cylindrical-coordinate representation of color #B950DF: hue angle of 284.06º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B950DF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 80 | 223 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.13 |
| HSL | 284.06º | 0.69% | 0.59% | - |
| HSV(B) | 284.06º | 0.64% | 0.87% | - |
| XYZ | 36.2 | 21.38 | 72.03 | - |
| YUV | 127.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 223 | 0.17 | 0.64 | 0 | 0.13 | 284.06 | 0.69 | 0.59 |
| Hex | B9 | 50 | DF | 11 | 40 | 0 | D | 11C | 45 | 3B |
| Octal | 271 | 120 | 337 | 21 | 100 | 0 | 15 | 434 | 105 | 73 |
| Binary | 10111001 | 1010000 | 11011111 | 10001 | 1000000 | 0 | 1101 | 100011100 | 1000101 | 111011 |
Color Harmonies of #B950DF
Complementary color
Monochromatic Colors of #B950DF
Black with #B950DF
Text Example
Text Example
White with #B950DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950DF; }
p { color: rgb(185,80,223); }
H1.HeaderClassName
{
color: #B950DF;
}
.AnyTagClassName
{
color: #B950DF;
}
</style>
background-color css
<style>
a { background-color: #B950DF; }
a { background-color: rgb(185,80,223); }
div.DivClassName
{
background-color: #B950DF;
}
.BgClassName
{
background-color: #B950DF;
}
</style>
border-color css
<style>
span { border-color: #B950DF; }
span { border-color: rgb(185,80,223); }
td.TdClassName
{
border-color: #B950DF;
}
.TagClassName
{
border-color: #B950DF;
}
</style>