Shades of Medium Orchid #B53ADE
Tints of Medium Orchid #B53ADE
RGB
CMYK
RGB Variations
Color information
#B53ADE (or 0xB53ADE) is known color: Medium Orchid. HEX triplet: B5, 3A and DE. RGB value is (181,58,222). Sum of RGB (Red+Green+Blue) = 181+58+222=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #B53ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ADE is #4AC521. Grayscale: #707070. Windows color (decimal): -4900130 or 14564021. OLE color: 14564021.
HSL color Cylindrical-coordinate representation of color #B53ADE: hue angle of 285º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53ADE is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 58 | 222 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.13 |
| HSL | 285º | 0.71% | 0.55% | - |
| HSV(B) | 285º | 0.74% | 0.87% | - |
| XYZ | 33.75 | 18.12 | 70.83 | - |
| YUV | 113.47 | 189.25 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 222 | 0.18 | 0.74 | 0 | 0.13 | 285 | 0.71 | 0.55 |
| Hex | B5 | 3A | DE | 12 | 4A | 0 | D | 11D | 47 | 37 |
| Octal | 265 | 72 | 336 | 22 | 112 | 0 | 15 | 435 | 107 | 67 |
| Binary | 10110101 | 111010 | 11011110 | 10010 | 1001010 | 0 | 1101 | 100011101 | 1000111 | 110111 |
Color Harmonies of #B53ADE
Complementary color
Monochromatic Colors of #B53ADE
Black with #B53ADE
Text Example
Text Example
White with #B53ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53ADE; }
p { color: rgb(181,58,222); }
H1.HeaderClassName
{
color: #B53ADE;
}
.AnyTagClassName
{
color: #B53ADE;
}
</style>
background-color css
<style>
a { background-color: #B53ADE; }
a { background-color: rgb(181,58,222); }
div.DivClassName
{
background-color: #B53ADE;
}
.BgClassName
{
background-color: #B53ADE;
}
</style>
border-color css
<style>
span { border-color: #B53ADE; }
span { border-color: rgb(181,58,222); }
td.TdClassName
{
border-color: #B53ADE;
}
.TagClassName
{
border-color: #B53ADE;
}
</style>