Shades of Medium Orchid #B050D0
Tints of Medium Orchid #B050D0
RGB
CMYK
RGB Variations
Color information
#B050D0 (or 0xB050D0) is known color: Medium Orchid. HEX triplet: B0, 50 and D0. RGB value is (176,80,208). Sum of RGB (Red+Green+Blue) = 176+80+208=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #B050D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050D0 is #4FAF2F. Grayscale: #7A7A7A. Windows color (decimal): -5222192 or 13652144. OLE color: 13652144.
HSL color Cylindrical-coordinate representation of color #B050D0: hue angle of 285º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B050D0 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 80 | 208 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.18 |
| HSL | 285º | 0.58% | 0.56% | - |
| HSV(B) | 285º | 0.62% | 0.82% | - |
| XYZ | 32.16 | 19.52 | 61.75 | - |
| YUV | 123.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 208 | 0.15 | 0.62 | 0 | 0.18 | 285 | 0.58 | 0.56 |
| Hex | B0 | 50 | D0 | F | 3E | 0 | 12 | 11D | 3A | 38 |
| Octal | 260 | 120 | 320 | 17 | 76 | 0 | 22 | 435 | 72 | 70 |
| Binary | 10110000 | 1010000 | 11010000 | 1111 | 111110 | 0 | 10010 | 100011101 | 111010 | 111000 |
Color Harmonies of #B050D0
Complementary color
Monochromatic Colors of #B050D0
Black with #B050D0
Text Example
Text Example
White with #B050D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050D0; }
p { color: rgb(176,80,208); }
H1.HeaderClassName
{
color: #B050D0;
}
.AnyTagClassName
{
color: #B050D0;
}
</style>
background-color css
<style>
a { background-color: #B050D0; }
a { background-color: rgb(176,80,208); }
div.DivClassName
{
background-color: #B050D0;
}
.BgClassName
{
background-color: #B050D0;
}
</style>
border-color css
<style>
span { border-color: #B050D0; }
span { border-color: rgb(176,80,208); }
td.TdClassName
{
border-color: #B050D0;
}
.TagClassName
{
border-color: #B050D0;
}
</style>