Shades of Medium Orchid #B050DD
Tints of Medium Orchid #B050DD
RGB
CMYK
RGB Variations
Color information
#B050DD (or 0xB050DD) is known color: Medium Orchid. HEX triplet: B0, 50 and DD. RGB value is (176,80,221). Sum of RGB (Red+Green+Blue) = 176+80+221=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #B050DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050DD is #4FAF22. Grayscale: #7C7C7C. Windows color (decimal): -5222179 or 14504112. OLE color: 14504112.
HSL color Cylindrical-coordinate representation of color #B050DD: hue angle of 280.85º 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 #B050DD is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 80 | 221 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.13 |
| HSL | 280.85º | 0.67% | 0.59% | - |
| HSV(B) | 280.85º | 0.64% | 0.87% | - |
| XYZ | 33.82 | 20.19 | 70.52 | - |
| YUV | 124.78 | 182.3 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 221 | 0.20 | 0.64 | 0 | 0.13 | 280.85 | 0.67 | 0.59 |
| Hex | B0 | 50 | DD | 14 | 40 | 0 | D | 119 | 43 | 3B |
| Octal | 260 | 120 | 335 | 24 | 100 | 0 | 15 | 431 | 103 | 73 |
| Binary | 10110000 | 1010000 | 11011101 | 10100 | 1000000 | 0 | 1101 | 100011001 | 1000011 | 111011 |
Color Harmonies of #B050DD
Complementary color
Monochromatic Colors of #B050DD
Black with #B050DD
Text Example
Text Example
White with #B050DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050DD; }
p { color: rgb(176,80,221); }
H1.HeaderClassName
{
color: #B050DD;
}
.AnyTagClassName
{
color: #B050DD;
}
</style>
background-color css
<style>
a { background-color: #B050DD; }
a { background-color: rgb(176,80,221); }
div.DivClassName
{
background-color: #B050DD;
}
.BgClassName
{
background-color: #B050DD;
}
</style>
border-color css
<style>
span { border-color: #B050DD; }
span { border-color: rgb(176,80,221); }
td.TdClassName
{
border-color: #B050DD;
}
.TagClassName
{
border-color: #B050DD;
}
</style>