Shades of Medium Orchid #B950DC
Tints of Medium Orchid #B950DC
RGB
CMYK
RGB Variations
Color information
#B950DC (or 0xB950DC) is known color: Medium Orchid. HEX triplet: B9, 50 and DC. RGB value is (185,80,220). Sum of RGB (Red+Green+Blue) = 185+80+220=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #B950DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950DC is #46AF23. Grayscale: #7E7E7E. Windows color (decimal): -4632356 or 14438585. OLE color: 14438585.
HSL color Cylindrical-coordinate representation of color #B950DC: hue angle of 285º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B950DC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 80 | 220 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.14 |
| HSL | 285º | 0.67% | 0.59% | - |
| HSV(B) | 285º | 0.64% | 0.86% | - |
| XYZ | 35.79 | 21.22 | 69.92 | - |
| YUV | 127.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 220 | 0.16 | 0.64 | 0 | 0.14 | 285 | 0.67 | 0.59 |
| Hex | B9 | 50 | DC | 10 | 40 | 0 | E | 11D | 43 | 3B |
| Octal | 271 | 120 | 334 | 20 | 100 | 0 | 16 | 435 | 103 | 73 |
| Binary | 10111001 | 1010000 | 11011100 | 10000 | 1000000 | 0 | 1110 | 100011101 | 1000011 | 111011 |
Color Harmonies of #B950DC
Complementary color
Monochromatic Colors of #B950DC
Black with #B950DC
Text Example
Text Example
White with #B950DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950DC; }
p { color: rgb(185,80,220); }
H1.HeaderClassName
{
color: #B950DC;
}
.AnyTagClassName
{
color: #B950DC;
}
</style>
background-color css
<style>
a { background-color: #B950DC; }
a { background-color: rgb(185,80,220); }
div.DivClassName
{
background-color: #B950DC;
}
.BgClassName
{
background-color: #B950DC;
}
</style>
border-color css
<style>
span { border-color: #B950DC; }
span { border-color: rgb(185,80,220); }
td.TdClassName
{
border-color: #B950DC;
}
.TagClassName
{
border-color: #B950DC;
}
</style>