Shades of Medium Orchid #B53AD5
Tints of Medium Orchid #B53AD5
RGB
CMYK
RGB Variations
Color information
#B53AD5 (or 0xB53AD5) is known color: Medium Orchid. HEX triplet: B5, 3A and D5. RGB value is (181,58,213). Sum of RGB (Red+Green+Blue) = 181+58+213=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #B53AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53AD5 is #4AC52A. Grayscale: #6F6F6F. Windows color (decimal): -4900139 or 13974197. OLE color: 13974197.
HSL color Cylindrical-coordinate representation of color #B53AD5: hue angle of 287.61º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53AD5 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 58 | 213 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.16 |
| HSL | 287.61º | 0.65% | 0.53% | - |
| HSV(B) | 287.61º | 0.73% | 0.84% | - |
| XYZ | 32.58 | 17.65 | 64.64 | - |
| YUV | 112.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 213 | 0.15 | 0.73 | 0 | 0.16 | 287.61 | 0.65 | 0.53 |
| Hex | B5 | 3A | D5 | F | 49 | 0 | 10 | 120 | 41 | 35 |
| Octal | 265 | 72 | 325 | 17 | 111 | 0 | 20 | 440 | 101 | 65 |
| Binary | 10110101 | 111010 | 11010101 | 1111 | 1001001 | 0 | 10000 | 100100000 | 1000001 | 110101 |
Color Harmonies of #B53AD5
Complementary color
Monochromatic Colors of #B53AD5
Black with #B53AD5
Text Example
Text Example
White with #B53AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53AD5; }
p { color: rgb(181,58,213); }
H1.HeaderClassName
{
color: #B53AD5;
}
.AnyTagClassName
{
color: #B53AD5;
}
</style>
background-color css
<style>
a { background-color: #B53AD5; }
a { background-color: rgb(181,58,213); }
div.DivClassName
{
background-color: #B53AD5;
}
.BgClassName
{
background-color: #B53AD5;
}
</style>
border-color css
<style>
span { border-color: #B53AD5; }
span { border-color: rgb(181,58,213); }
td.TdClassName
{
border-color: #B53AD5;
}
.TagClassName
{
border-color: #B53AD5;
}
</style>