Shades of Medium Orchid #B053D4
Tints of Medium Orchid #B053D4
RGB
CMYK
RGB Variations
Color information
#B053D4 (or 0xB053D4) is known color: Medium Orchid. HEX triplet: B0, 53 and D4. RGB value is (176,83,212). Sum of RGB (Red+Green+Blue) = 176+83+212=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #B053D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053D4 is #4FAC2B. Grayscale: #7D7D7D. Windows color (decimal): -5221420 or 13915056. OLE color: 13915056.
HSL color Cylindrical-coordinate representation of color #B053D4: hue angle of 283.26º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B053D4 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 83 | 212 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.17 |
| HSL | 283.26º | 0.6% | 0.58% | - |
| HSV(B) | 283.26º | 0.61% | 0.83% | - |
| XYZ | 32.88 | 20.17 | 64.45 | - |
| YUV | 125.51 | 176.81 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 212 | 0.17 | 0.61 | 0 | 0.17 | 283.26 | 0.6 | 0.58 |
| Hex | B0 | 53 | D4 | 11 | 3D | 0 | 11 | 11B | 3C | 3A |
| Octal | 260 | 123 | 324 | 21 | 75 | 0 | 21 | 433 | 74 | 72 |
| Binary | 10110000 | 1010011 | 11010100 | 10001 | 111101 | 0 | 10001 | 100011011 | 111100 | 111010 |
Color Harmonies of #B053D4
Complementary color
Monochromatic Colors of #B053D4
Black with #B053D4
Text Example
Text Example
White with #B053D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053D4; }
p { color: rgb(176,83,212); }
H1.HeaderClassName
{
color: #B053D4;
}
.AnyTagClassName
{
color: #B053D4;
}
</style>
background-color css
<style>
a { background-color: #B053D4; }
a { background-color: rgb(176,83,212); }
div.DivClassName
{
background-color: #B053D4;
}
.BgClassName
{
background-color: #B053D4;
}
</style>
border-color css
<style>
span { border-color: #B053D4; }
span { border-color: rgb(176,83,212); }
td.TdClassName
{
border-color: #B053D4;
}
.TagClassName
{
border-color: #B053D4;
}
</style>