Shades of Medium Orchid #B53CE5
Tints of Medium Orchid #B53CE5
RGB
CMYK
RGB Variations
Color information
#B53CE5 (or 0xB53CE5) is known color: Medium Orchid. HEX triplet: B5, 3C and E5. RGB value is (181,60,229). Sum of RGB (Red+Green+Blue) = 181+60+229=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #B53CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CE5 is #4AC31A. Grayscale: #727272. Windows color (decimal): -4899611 or 15023285. OLE color: 15023285.
HSL color Cylindrical-coordinate representation of color #B53CE5: hue angle of 282.96º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53CE5 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 60 | 229 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.10 |
| HSL | 282.96º | 0.76% | 0.57% | - |
| HSV(B) | 282.96º | 0.74% | 0.9% | - |
| XYZ | 34.81 | 18.71 | 75.91 | - |
| YUV | 115.45 | 192.09 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 229 | 0.21 | 0.74 | 0 | 0.10 | 282.96 | 0.76 | 0.57 |
| Hex | B5 | 3C | E5 | 15 | 4A | 0 | A | 11B | 4C | 39 |
| Octal | 265 | 74 | 345 | 25 | 112 | 0 | 12 | 433 | 114 | 71 |
| Binary | 10110101 | 111100 | 11100101 | 10101 | 1001010 | 0 | 1010 | 100011011 | 1001100 | 111001 |
Color Harmonies of #B53CE5
Complementary color
Monochromatic Colors of #B53CE5
Black with #B53CE5
Text Example
Text Example
White with #B53CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CE5; }
p { color: rgb(181,60,229); }
H1.HeaderClassName
{
color: #B53CE5;
}
.AnyTagClassName
{
color: #B53CE5;
}
</style>
background-color css
<style>
a { background-color: #B53CE5; }
a { background-color: rgb(181,60,229); }
div.DivClassName
{
background-color: #B53CE5;
}
.BgClassName
{
background-color: #B53CE5;
}
</style>
border-color css
<style>
span { border-color: #B53CE5; }
span { border-color: rgb(181,60,229); }
td.TdClassName
{
border-color: #B53CE5;
}
.TagClassName
{
border-color: #B53CE5;
}
</style>