Shades of Medium Orchid #B053DC
Tints of Medium Orchid #B053DC
RGB
CMYK
RGB Variations
Color information
#B053DC (or 0xB053DC) is known color: Medium Orchid. HEX triplet: B0, 53 and DC. RGB value is (176,83,220). Sum of RGB (Red+Green+Blue) = 176+83+220=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 83 (32.81% from 255 or 17.33% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #B053DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053DC is #4FAC23. Grayscale: #7D7D7D. Windows color (decimal): -5221412 or 14439344. OLE color: 14439344.
HSL color Cylindrical-coordinate representation of color #B053DC: hue angle of 280.73º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B053DC is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 83 | 220 | - |
| CMYK | 0.2 | 0.62 | 0 | 0.14 |
| HSL | 280.73º | 0.66% | 0.59% | - |
| HSV(B) | 280.73º | 0.62% | 0.86% | - |
| XYZ | 33.92 | 20.58 | 69.9 | - |
| YUV | 126.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 220 | 0.2 | 0.62 | 0 | 0.14 | 280.73 | 0.66 | 0.59 |
| Hex | B0 | 53 | DC | 14 | 3E | 0 | E | 119 | 42 | 3B |
| Octal | 260 | 123 | 334 | 24 | 76 | 0 | 16 | 431 | 102 | 73 |
| Binary | 10110000 | 1010011 | 11011100 | 10100 | 111110 | 0 | 1110 | 100011001 | 1000010 | 111011 |
Color Harmonies of #B053DC
Complementary color
Monochromatic Colors of #B053DC
Black with #B053DC
Text Example
Text Example
White with #B053DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053DC; }
p { color: rgb(176,83,220); }
H1.HeaderClassName
{
color: #B053DC;
}
.AnyTagClassName
{
color: #B053DC;
}
</style>
background-color css
<style>
a { background-color: #B053DC; }
a { background-color: rgb(176,83,220); }
div.DivClassName
{
background-color: #B053DC;
}
.BgClassName
{
background-color: #B053DC;
}
</style>
border-color css
<style>
span { border-color: #B053DC; }
span { border-color: rgb(176,83,220); }
td.TdClassName
{
border-color: #B053DC;
}
.TagClassName
{
border-color: #B053DC;
}
</style>