Shades of Medium Orchid #B950DD
Tints of Medium Orchid #B950DD
RGB
CMYK
RGB Variations
Color information
#B950DD (or 0xB950DD) is known color: Medium Orchid. HEX triplet: B9, 50 and DD. RGB value is (185,80,221). Sum of RGB (Red+Green+Blue) = 185+80+221=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #B950DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950DD is #46AF22. Grayscale: #7F7F7F. Windows color (decimal): -4632355 or 14504121. OLE color: 14504121.
HSL color Cylindrical-coordinate representation of color #B950DD: hue angle of 284.68º degrees, saturation: 0.67, 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 #B950DD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 80 | 221 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.13 |
| HSL | 284.68º | 0.67% | 0.59% | - |
| HSV(B) | 284.68º | 0.64% | 0.87% | - |
| XYZ | 35.93 | 21.27 | 70.62 | - |
| YUV | 127.47 | 180.79 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 221 | 0.16 | 0.64 | 0 | 0.13 | 284.68 | 0.67 | 0.59 |
| Hex | B9 | 50 | DD | 10 | 40 | 0 | D | 11D | 43 | 3B |
| Octal | 271 | 120 | 335 | 20 | 100 | 0 | 15 | 435 | 103 | 73 |
| Binary | 10111001 | 1010000 | 11011101 | 10000 | 1000000 | 0 | 1101 | 100011101 | 1000011 | 111011 |
Color Harmonies of #B950DD
Complementary color
Monochromatic Colors of #B950DD
Black with #B950DD
Text Example
Text Example
White with #B950DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950DD; }
p { color: rgb(185,80,221); }
H1.HeaderClassName
{
color: #B950DD;
}
.AnyTagClassName
{
color: #B950DD;
}
</style>
background-color css
<style>
a { background-color: #B950DD; }
a { background-color: rgb(185,80,221); }
div.DivClassName
{
background-color: #B950DD;
}
.BgClassName
{
background-color: #B950DD;
}
</style>
border-color css
<style>
span { border-color: #B950DD; }
span { border-color: rgb(185,80,221); }
td.TdClassName
{
border-color: #B950DD;
}
.TagClassName
{
border-color: #B950DD;
}
</style>