Shades of Medium Orchid #B053DD
Tints of Medium Orchid #B053DD
RGB
CMYK
RGB Variations
Color information
#B053DD (or 0xB053DD) is known color: Medium Orchid. HEX triplet: B0, 53 and DD. RGB value is (176,83,221). Sum of RGB (Red+Green+Blue) = 176+83+221=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B053DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053DD is #4FAC22. Grayscale: #7E7E7E. Windows color (decimal): -5221411 or 14504880. OLE color: 14504880.
HSL color Cylindrical-coordinate representation of color #B053DD: hue angle of 280.43º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B053DD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 83 | 221 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.13 |
| HSL | 280.43º | 0.67% | 0.6% | - |
| HSV(B) | 280.43º | 0.62% | 0.87% | - |
| XYZ | 34.05 | 20.64 | 70.6 | - |
| YUV | 126.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 221 | 0.20 | 0.62 | 0 | 0.13 | 280.43 | 0.67 | 0.6 |
| Hex | B0 | 53 | DD | 14 | 3E | 0 | D | 118 | 43 | 3C |
| Octal | 260 | 123 | 335 | 24 | 76 | 0 | 15 | 430 | 103 | 74 |
| Binary | 10110000 | 1010011 | 11011101 | 10100 | 111110 | 0 | 1101 | 100011000 | 1000011 | 111100 |
Color Harmonies of #B053DD
Complementary color
Monochromatic Colors of #B053DD
Black with #B053DD
Text Example
Text Example
White with #B053DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053DD; }
p { color: rgb(176,83,221); }
H1.HeaderClassName
{
color: #B053DD;
}
.AnyTagClassName
{
color: #B053DD;
}
</style>
background-color css
<style>
a { background-color: #B053DD; }
a { background-color: rgb(176,83,221); }
div.DivClassName
{
background-color: #B053DD;
}
.BgClassName
{
background-color: #B053DD;
}
</style>
border-color css
<style>
span { border-color: #B053DD; }
span { border-color: rgb(176,83,221); }
td.TdClassName
{
border-color: #B053DD;
}
.TagClassName
{
border-color: #B053DD;
}
</style>