Shades of Medium Orchid #B53EC9
Tints of Medium Orchid #B53EC9
RGB
CMYK
RGB Variations
Color information
#B53EC9 (or 0xB53EC9) is known color: Medium Orchid. HEX triplet: B5, 3E and C9. RGB value is (181,62,201). Sum of RGB (Red+Green+Blue) = 181+62+201=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 201 (78.91% from 255 or 45.27% from 444); Max value from RGB is 201 - color contains mainly: blue. Hex color #B53EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53EC9 is #4AC136. Grayscale: #707070. Windows color (decimal): -4899127 or 13188789. OLE color: 13188789.
HSL color Cylindrical-coordinate representation of color #B53EC9: hue angle of 291.37º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53EC9 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 62 | 201 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.21 |
| HSL | 291.37º | 0.56% | 0.52% | - |
| HSV(B) | 291.37º | 0.69% | 0.79% | - |
| XYZ | 31.32 | 17.49 | 56.98 | - |
| YUV | 113.43 | 177.42 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 201 | 0.10 | 0.69 | 0 | 0.21 | 291.37 | 0.56 | 0.52 |
| Hex | B5 | 3E | C9 | A | 45 | 0 | 15 | 123 | 38 | 34 |
| Octal | 265 | 76 | 311 | 12 | 105 | 0 | 25 | 443 | 70 | 64 |
| Binary | 10110101 | 111110 | 11001001 | 1010 | 1000101 | 0 | 10101 | 100100011 | 111000 | 110100 |
Color Harmonies of #B53EC9
Complementary color
Monochromatic Colors of #B53EC9
Black with #B53EC9
Text Example
Text Example
White with #B53EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53EC9; }
p { color: rgb(181,62,201); }
H1.HeaderClassName
{
color: #B53EC9;
}
.AnyTagClassName
{
color: #B53EC9;
}
</style>
background-color css
<style>
a { background-color: #B53EC9; }
a { background-color: rgb(181,62,201); }
div.DivClassName
{
background-color: #B53EC9;
}
.BgClassName
{
background-color: #B53EC9;
}
</style>
border-color css
<style>
span { border-color: #B53EC9; }
span { border-color: rgb(181,62,201); }
td.TdClassName
{
border-color: #B53EC9;
}
.TagClassName
{
border-color: #B53EC9;
}
</style>