Shades of Medium Orchid #B051DF
Tints of Medium Orchid #B051DF
RGB
CMYK
RGB Variations
Color information
#B051DF (or 0xB051DF) is known color: Medium Orchid. HEX triplet: B0, 51 and DF. RGB value is (176,81,223). Sum of RGB (Red+Green+Blue) = 176+81+223=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B051DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051DF is #4FAE20. Grayscale: #7D7D7D. Windows color (decimal): -5221921 or 14635440. OLE color: 14635440.
HSL color Cylindrical-coordinate representation of color #B051DF: hue angle of 280.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B051DF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 81 | 223 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.13 |
| HSL | 280.14º | 0.69% | 0.6% | - |
| HSV(B) | 280.14º | 0.64% | 0.87% | - |
| XYZ | 34.17 | 20.44 | 71.96 | - |
| YUV | 125.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 223 | 0.21 | 0.64 | 0 | 0.13 | 280.14 | 0.69 | 0.6 |
| Hex | B0 | 51 | DF | 15 | 40 | 0 | D | 118 | 45 | 3C |
| Octal | 260 | 121 | 337 | 25 | 100 | 0 | 15 | 430 | 105 | 74 |
| Binary | 10110000 | 1010001 | 11011111 | 10101 | 1000000 | 0 | 1101 | 100011000 | 1000101 | 111100 |
Color Harmonies of #B051DF
Complementary color
Monochromatic Colors of #B051DF
Black with #B051DF
Text Example
Text Example
White with #B051DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B051DF; }
p { color: rgb(176,81,223); }
H1.HeaderClassName
{
color: #B051DF;
}
.AnyTagClassName
{
color: #B051DF;
}
</style>
background-color css
<style>
a { background-color: #B051DF; }
a { background-color: rgb(176,81,223); }
div.DivClassName
{
background-color: #B051DF;
}
.BgClassName
{
background-color: #B051DF;
}
</style>
border-color css
<style>
span { border-color: #B051DF; }
span { border-color: rgb(176,81,223); }
td.TdClassName
{
border-color: #B051DF;
}
.TagClassName
{
border-color: #B051DF;
}
</style>