Shades of Medium Orchid #B051D0
Tints of Medium Orchid #B051D0
RGB
CMYK
RGB Variations
Color information
#B051D0 (or 0xB051D0) is known color: Medium Orchid. HEX triplet: B0, 51 and D0. RGB value is (176,81,208). Sum of RGB (Red+Green+Blue) = 176+81+208=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #B051D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051D0 is #4FAE2F. Grayscale: #7B7B7B. Windows color (decimal): -5221936 or 13652400. OLE color: 13652400.
HSL color Cylindrical-coordinate representation of color #B051D0: hue angle of 284.88º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B051D0 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 81 | 208 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.18 |
| HSL | 284.88º | 0.57% | 0.57% | - |
| HSV(B) | 284.88º | 0.61% | 0.82% | - |
| XYZ | 32.23 | 19.67 | 61.77 | - |
| YUV | 123.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 208 | 0.15 | 0.61 | 0 | 0.18 | 284.88 | 0.57 | 0.57 |
| Hex | B0 | 51 | D0 | F | 3D | 0 | 12 | 11D | 39 | 39 |
| Octal | 260 | 121 | 320 | 17 | 75 | 0 | 22 | 435 | 71 | 71 |
| Binary | 10110000 | 1010001 | 11010000 | 1111 | 111101 | 0 | 10010 | 100011101 | 111001 | 111001 |
Color Harmonies of #B051D0
Complementary color
Monochromatic Colors of #B051D0
Black with #B051D0
Text Example
Text Example
White with #B051D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051D0; }
p { color: rgb(176,81,208); }
H1.HeaderClassName
{
color: #B051D0;
}
.AnyTagClassName
{
color: #B051D0;
}
</style>
background-color css
<style>
a { background-color: #B051D0; }
a { background-color: rgb(176,81,208); }
div.DivClassName
{
background-color: #B051D0;
}
.BgClassName
{
background-color: #B051D0;
}
</style>
border-color css
<style>
span { border-color: #B051D0; }
span { border-color: rgb(176,81,208); }
td.TdClassName
{
border-color: #B051D0;
}
.TagClassName
{
border-color: #B051D0;
}
</style>