Shades of Medium Orchid #B051D6
Tints of Medium Orchid #B051D6
RGB
CMYK
RGB Variations
Color information
#B051D6 (or 0xB051D6) is known color: Medium Orchid. HEX triplet: B0, 51 and D6. RGB value is (176,81,214). Sum of RGB (Red+Green+Blue) = 176+81+214=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #B051D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051D6 is #4FAE29. Grayscale: #7C7C7C. Windows color (decimal): -5221930 or 14045616. OLE color: 14045616.
HSL color Cylindrical-coordinate representation of color #B051D6: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B051D6 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 81 | 214 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.16 |
| HSL | 282.86º | 0.62% | 0.58% | - |
| HSV(B) | 282.86º | 0.62% | 0.84% | - |
| XYZ | 32.98 | 19.97 | 65.73 | - |
| YUV | 124.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 214 | 0.18 | 0.62 | 0 | 0.16 | 282.86 | 0.62 | 0.58 |
| Hex | B0 | 51 | D6 | 12 | 3E | 0 | 10 | 11B | 3E | 3A |
| Octal | 260 | 121 | 326 | 22 | 76 | 0 | 20 | 433 | 76 | 72 |
| Binary | 10110000 | 1010001 | 11010110 | 10010 | 111110 | 0 | 10000 | 100011011 | 111110 | 111010 |
Color Harmonies of #B051D6
Complementary color
Monochromatic Colors of #B051D6
Black with #B051D6
Text Example
Text Example
White with #B051D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051D6; }
p { color: rgb(176,81,214); }
H1.HeaderClassName
{
color: #B051D6;
}
.AnyTagClassName
{
color: #B051D6;
}
</style>
background-color css
<style>
a { background-color: #B051D6; }
a { background-color: rgb(176,81,214); }
div.DivClassName
{
background-color: #B051D6;
}
.BgClassName
{
background-color: #B051D6;
}
</style>
border-color css
<style>
span { border-color: #B051D6; }
span { border-color: rgb(176,81,214); }
td.TdClassName
{
border-color: #B051D6;
}
.TagClassName
{
border-color: #B051D6;
}
</style>