Shades of Medium Orchid #B051D3
Tints of Medium Orchid #B051D3
RGB
CMYK
RGB Variations
Color information
#B051D3 (or 0xB051D3) is known color: Medium Orchid. HEX triplet: B0, 51 and D3. RGB value is (176,81,211). Sum of RGB (Red+Green+Blue) = 176+81+211=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 211 - color contains mainly: blue. Hex color #B051D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051D3 is #4FAE2C. Grayscale: #7B7B7B. Windows color (decimal): -5221933 or 13849008. OLE color: 13849008.
HSL color Cylindrical-coordinate representation of color #B051D3: hue angle of 283.85º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B051D3 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 81 | 211 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.17 |
| HSL | 283.85º | 0.6% | 0.57% | - |
| HSV(B) | 283.85º | 0.62% | 0.83% | - |
| XYZ | 32.6 | 19.82 | 63.73 | - |
| YUV | 124.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 211 | 0.17 | 0.62 | 0 | 0.17 | 283.85 | 0.6 | 0.57 |
| Hex | B0 | 51 | D3 | 11 | 3E | 0 | 11 | 11C | 3C | 39 |
| Octal | 260 | 121 | 323 | 21 | 76 | 0 | 21 | 434 | 74 | 71 |
| Binary | 10110000 | 1010001 | 11010011 | 10001 | 111110 | 0 | 10001 | 100011100 | 111100 | 111001 |
Color Harmonies of #B051D3
Complementary color
Monochromatic Colors of #B051D3
Black with #B051D3
Text Example
Text Example
White with #B051D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051D3; }
p { color: rgb(176,81,211); }
H1.HeaderClassName
{
color: #B051D3;
}
.AnyTagClassName
{
color: #B051D3;
}
</style>
background-color css
<style>
a { background-color: #B051D3; }
a { background-color: rgb(176,81,211); }
div.DivClassName
{
background-color: #B051D3;
}
.BgClassName
{
background-color: #B051D3;
}
</style>
border-color css
<style>
span { border-color: #B051D3; }
span { border-color: rgb(176,81,211); }
td.TdClassName
{
border-color: #B051D3;
}
.TagClassName
{
border-color: #B051D3;
}
</style>