Shades of Medium Orchid #B053CD
Tints of Medium Orchid #B053CD
RGB
CMYK
RGB Variations
Color information
#B053CD (or 0xB053CD) is known color: Medium Orchid. HEX triplet: B0, 53 and CD. RGB value is (176,83,205). Sum of RGB (Red+Green+Blue) = 176+83+205=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #B053CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B053CD is #4FAC32. Grayscale: #7C7C7C. Windows color (decimal): -5221427 or 13456304. OLE color: 13456304.
HSL color Cylindrical-coordinate representation of color #B053CD: hue angle of 285.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B053CD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 83 | 205 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.20 |
| HSL | 285.74º | 0.55% | 0.56% | - |
| HSV(B) | 285.74º | 0.6% | 0.8% | - |
| XYZ | 32.02 | 19.82 | 59.9 | - |
| YUV | 124.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 205 | 0.14 | 0.60 | 0 | 0.20 | 285.74 | 0.55 | 0.56 |
| Hex | B0 | 53 | CD | E | 3C | 0 | 14 | 11E | 37 | 38 |
| Octal | 260 | 123 | 315 | 16 | 74 | 0 | 24 | 436 | 67 | 70 |
| Binary | 10110000 | 1010011 | 11001101 | 1110 | 111100 | 0 | 10100 | 100011110 | 110111 | 111000 |
Color Harmonies of #B053CD
Complementary color
Monochromatic Colors of #B053CD
Black with #B053CD
Text Example
Text Example
White with #B053CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B053CD; }
p { color: rgb(176,83,205); }
H1.HeaderClassName
{
color: #B053CD;
}
.AnyTagClassName
{
color: #B053CD;
}
</style>
background-color css
<style>
a { background-color: #B053CD; }
a { background-color: rgb(176,83,205); }
div.DivClassName
{
background-color: #B053CD;
}
.BgClassName
{
background-color: #B053CD;
}
</style>
border-color css
<style>
span { border-color: #B053CD; }
span { border-color: rgb(176,83,205); }
td.TdClassName
{
border-color: #B053CD;
}
.TagClassName
{
border-color: #B053CD;
}
</style>