Shades of Medium Orchid #B050DC
Tints of Medium Orchid #B050DC
RGB
CMYK
RGB Variations
Color information
#B050DC (or 0xB050DC) is known color: Medium Orchid. HEX triplet: B0, 50 and DC. RGB value is (176,80,220). Sum of RGB (Red+Green+Blue) = 176+80+220=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B050DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050DC is #4FAF23. Grayscale: #7C7C7C. Windows color (decimal): -5222180 or 14438576. OLE color: 14438576.
HSL color Cylindrical-coordinate representation of color #B050DC: hue angle of 281.14º 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 #B050DC is Cyan = 0.2, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 80 | 220 | - |
| CMYK | 0.2 | 0.64 | 0 | 0.14 |
| HSL | 281.14º | 0.67% | 0.59% | - |
| HSV(B) | 281.14º | 0.64% | 0.86% | - |
| XYZ | 33.69 | 20.13 | 69.82 | - |
| YUV | 124.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 220 | 0.2 | 0.64 | 0 | 0.14 | 281.14 | 0.67 | 0.59 |
| Hex | B0 | 50 | DC | 14 | 40 | 0 | E | 119 | 43 | 3B |
| Octal | 260 | 120 | 334 | 24 | 100 | 0 | 16 | 431 | 103 | 73 |
| Binary | 10110000 | 1010000 | 11011100 | 10100 | 1000000 | 0 | 1110 | 100011001 | 1000011 | 111011 |
Color Harmonies of #B050DC
Complementary color
Monochromatic Colors of #B050DC
Black with #B050DC
Text Example
Text Example
White with #B050DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050DC; }
p { color: rgb(176,80,220); }
H1.HeaderClassName
{
color: #B050DC;
}
.AnyTagClassName
{
color: #B050DC;
}
</style>
background-color css
<style>
a { background-color: #B050DC; }
a { background-color: rgb(176,80,220); }
div.DivClassName
{
background-color: #B050DC;
}
.BgClassName
{
background-color: #B050DC;
}
</style>
border-color css
<style>
span { border-color: #B050DC; }
span { border-color: rgb(176,80,220); }
td.TdClassName
{
border-color: #B050DC;
}
.TagClassName
{
border-color: #B050DC;
}
</style>