Shades of Medium Orchid #B051DA
Tints of Medium Orchid #B051DA
RGB
CMYK
RGB Variations
Color information
#B051DA (or 0xB051DA) is known color: Medium Orchid. HEX triplet: B0, 51 and DA. RGB value is (176,81,218). Sum of RGB (Red+Green+Blue) = 176+81+218=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #B051DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051DA is #4FAE25. Grayscale: #7C7C7C. Windows color (decimal): -5221926 or 14307760. OLE color: 14307760.
HSL color Cylindrical-coordinate representation of color #B051DA: hue angle of 281.61º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B051DA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 81 | 218 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.15 |
| HSL | 281.61º | 0.65% | 0.59% | - |
| HSV(B) | 281.61º | 0.63% | 0.85% | - |
| XYZ | 33.5 | 20.18 | 68.46 | - |
| YUV | 125.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 218 | 0.19 | 0.63 | 0 | 0.15 | 281.61 | 0.65 | 0.59 |
| Hex | B0 | 51 | DA | 13 | 3F | 0 | F | 11A | 41 | 3B |
| Octal | 260 | 121 | 332 | 23 | 77 | 0 | 17 | 432 | 101 | 73 |
| Binary | 10110000 | 1010001 | 11011010 | 10011 | 111111 | 0 | 1111 | 100011010 | 1000001 | 111011 |
Color Harmonies of #B051DA
Complementary color
Monochromatic Colors of #B051DA
Black with #B051DA
Text Example
Text Example
White with #B051DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051DA; }
p { color: rgb(176,81,218); }
H1.HeaderClassName
{
color: #B051DA;
}
.AnyTagClassName
{
color: #B051DA;
}
</style>
background-color css
<style>
a { background-color: #B051DA; }
a { background-color: rgb(176,81,218); }
div.DivClassName
{
background-color: #B051DA;
}
.BgClassName
{
background-color: #B051DA;
}
</style>
border-color css
<style>
span { border-color: #B051DA; }
span { border-color: rgb(176,81,218); }
td.TdClassName
{
border-color: #B051DA;
}
.TagClassName
{
border-color: #B051DA;
}
</style>