Shades of Medium Orchid #B050D7
Tints of Medium Orchid #B050D7
RGB
CMYK
RGB Variations
Color information
#B050D7 (or 0xB050D7) is known color: Medium Orchid. HEX triplet: B0, 50 and D7. RGB value is (176,80,215). Sum of RGB (Red+Green+Blue) = 176+80+215=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #B050D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B050D7 is #4FAF28. Grayscale: #7B7B7B. Windows color (decimal): -5222185 or 14110896. OLE color: 14110896.
HSL color Cylindrical-coordinate representation of color #B050D7: hue angle of 282.67º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B050D7 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 80 | 215 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.16 |
| HSL | 282.67º | 0.63% | 0.58% | - |
| HSV(B) | 282.67º | 0.63% | 0.84% | - |
| XYZ | 33.04 | 19.87 | 66.38 | - |
| YUV | 124.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 215 | 0.18 | 0.63 | 0 | 0.16 | 282.67 | 0.63 | 0.58 |
| Hex | B0 | 50 | D7 | 12 | 3F | 0 | 10 | 11B | 3F | 3A |
| Octal | 260 | 120 | 327 | 22 | 77 | 0 | 20 | 433 | 77 | 72 |
| Binary | 10110000 | 1010000 | 11010111 | 10010 | 111111 | 0 | 10000 | 100011011 | 111111 | 111010 |
Color Harmonies of #B050D7
Complementary color
Monochromatic Colors of #B050D7
Black with #B050D7
Text Example
Text Example
White with #B050D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B050D7; }
p { color: rgb(176,80,215); }
H1.HeaderClassName
{
color: #B050D7;
}
.AnyTagClassName
{
color: #B050D7;
}
</style>
background-color css
<style>
a { background-color: #B050D7; }
a { background-color: rgb(176,80,215); }
div.DivClassName
{
background-color: #B050D7;
}
.BgClassName
{
background-color: #B050D7;
}
</style>
border-color css
<style>
span { border-color: #B050D7; }
span { border-color: rgb(176,80,215); }
td.TdClassName
{
border-color: #B050D7;
}
.TagClassName
{
border-color: #B050D7;
}
</style>