Shades of Medium Orchid #B53AD0
Tints of Medium Orchid #B53AD0
RGB
CMYK
RGB Variations
Color information
#B53AD0 (or 0xB53AD0) is known color: Medium Orchid. HEX triplet: B5, 3A and D0. RGB value is (181,58,208). Sum of RGB (Red+Green+Blue) = 181+58+208=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #B53AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53AD0 is #4AC52F. Grayscale: #6F6F6F. Windows color (decimal): -4900144 or 13646517. OLE color: 13646517.
HSL color Cylindrical-coordinate representation of color #B53AD0: hue angle of 289.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53AD0 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 58 | 208 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.18 |
| HSL | 289.2º | 0.61% | 0.52% | - |
| HSV(B) | 289.2º | 0.72% | 0.82% | - |
| XYZ | 31.95 | 17.4 | 61.35 | - |
| YUV | 111.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 208 | 0.13 | 0.72 | 0 | 0.18 | 289.2 | 0.61 | 0.52 |
| Hex | B5 | 3A | D0 | D | 48 | 0 | 12 | 121 | 3D | 34 |
| Octal | 265 | 72 | 320 | 15 | 110 | 0 | 22 | 441 | 75 | 64 |
| Binary | 10110101 | 111010 | 11010000 | 1101 | 1001000 | 0 | 10010 | 100100001 | 111101 | 110100 |
Color Harmonies of #B53AD0
Complementary color
Monochromatic Colors of #B53AD0
Black with #B53AD0
Text Example
Text Example
White with #B53AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53AD0; }
p { color: rgb(181,58,208); }
H1.HeaderClassName
{
color: #B53AD0;
}
.AnyTagClassName
{
color: #B53AD0;
}
</style>
background-color css
<style>
a { background-color: #B53AD0; }
a { background-color: rgb(181,58,208); }
div.DivClassName
{
background-color: #B53AD0;
}
.BgClassName
{
background-color: #B53AD0;
}
</style>
border-color css
<style>
span { border-color: #B53AD0; }
span { border-color: rgb(181,58,208); }
td.TdClassName
{
border-color: #B53AD0;
}
.TagClassName
{
border-color: #B53AD0;
}
</style>