Shades of Medium Orchid #B53CEC
Tints of Medium Orchid #B53CEC
RGB
CMYK
RGB Variations
Color information
#B53CEC (or 0xB53CEC) is known color: Medium Orchid. HEX triplet: B5, 3C and EC. RGB value is (181,60,236). Sum of RGB (Red+Green+Blue) = 181+60+236=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #B53CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53CEC is #4AC313. Grayscale: #737373. Windows color (decimal): -4899604 or 15482037. OLE color: 15482037.
HSL color Cylindrical-coordinate representation of color #B53CEC: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53CEC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 60 | 236 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.07 |
| HSL | 281.25º | 0.82% | 0.58% | - |
| HSV(B) | 281.25º | 0.75% | 0.93% | - |
| XYZ | 35.81 | 19.11 | 81.16 | - |
| YUV | 116.24 | 195.59 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 236 | 0.23 | 0.75 | 0 | 0.07 | 281.25 | 0.82 | 0.58 |
| Hex | B5 | 3C | EC | 17 | 4B | 0 | 7 | 119 | 52 | 3A |
| Octal | 265 | 74 | 354 | 27 | 113 | 0 | 7 | 431 | 122 | 72 |
| Binary | 10110101 | 111100 | 11101100 | 10111 | 1001011 | 0 | 111 | 100011001 | 1010010 | 111010 |
Color Harmonies of #B53CEC
Complementary color
Monochromatic Colors of #B53CEC
Black with #B53CEC
Text Example
Text Example
White with #B53CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CEC; }
p { color: rgb(181,60,236); }
H1.HeaderClassName
{
color: #B53CEC;
}
.AnyTagClassName
{
color: #B53CEC;
}
</style>
background-color css
<style>
a { background-color: #B53CEC; }
a { background-color: rgb(181,60,236); }
div.DivClassName
{
background-color: #B53CEC;
}
.BgClassName
{
background-color: #B53CEC;
}
</style>
border-color css
<style>
span { border-color: #B53CEC; }
span { border-color: rgb(181,60,236); }
td.TdClassName
{
border-color: #B53CEC;
}
.TagClassName
{
border-color: #B53CEC;
}
</style>