Shades of Medium Orchid #B053D1
Tints of Medium Orchid #B053D1
RGB
CMYK
RGB Variations
Color information
#B053D1 (or 0xB053D1) is known color: Medium Orchid. HEX triplet: B0, 53 and D1. RGB value is (176,83,209). Sum of RGB (Red+Green+Blue) = 176+83+209=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #B053D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053D1 is #4FAC2E. Grayscale: #7C7C7C. Windows color (decimal): -5221423 or 13718448. OLE color: 13718448.
HSL color Cylindrical-coordinate representation of color #B053D1: hue angle of 284.29º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B053D1 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 83 | 209 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.18 |
| HSL | 284.29º | 0.58% | 0.57% | - |
| HSV(B) | 284.29º | 0.6% | 0.82% | - |
| XYZ | 32.51 | 20.02 | 62.47 | - |
| YUV | 125.17 | 175.31 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 209 | 0.16 | 0.60 | 0 | 0.18 | 284.29 | 0.58 | 0.57 |
| Hex | B0 | 53 | D1 | 10 | 3C | 0 | 12 | 11C | 3A | 39 |
| Octal | 260 | 123 | 321 | 20 | 74 | 0 | 22 | 434 | 72 | 71 |
| Binary | 10110000 | 1010011 | 11010001 | 10000 | 111100 | 0 | 10010 | 100011100 | 111010 | 111001 |
Color Harmonies of #B053D1
Complementary color
Monochromatic Colors of #B053D1
Black with #B053D1
Text Example
Text Example
White with #B053D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053D1; }
p { color: rgb(176,83,209); }
H1.HeaderClassName
{
color: #B053D1;
}
.AnyTagClassName
{
color: #B053D1;
}
</style>
background-color css
<style>
a { background-color: #B053D1; }
a { background-color: rgb(176,83,209); }
div.DivClassName
{
background-color: #B053D1;
}
.BgClassName
{
background-color: #B053D1;
}
</style>
border-color css
<style>
span { border-color: #B053D1; }
span { border-color: rgb(176,83,209); }
td.TdClassName
{
border-color: #B053D1;
}
.TagClassName
{
border-color: #B053D1;
}
</style>