Shades of Medium Orchid #B53CDF
Tints of Medium Orchid #B53CDF
RGB
CMYK
RGB Variations
Color information
#B53CDF (or 0xB53CDF) is known color: Medium Orchid. HEX triplet: B5, 3C and DF. RGB value is (181,60,223). Sum of RGB (Red+Green+Blue) = 181+60+223=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B53CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CDF is #4AC320. Grayscale: #727272. Windows color (decimal): -4899617 or 14630069. OLE color: 14630069.
HSL color Cylindrical-coordinate representation of color #B53CDF: hue angle of 284.54º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53CDF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 60 | 223 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.13 |
| HSL | 284.54º | 0.72% | 0.55% | - |
| HSV(B) | 284.54º | 0.73% | 0.87% | - |
| XYZ | 33.99 | 18.38 | 71.57 | - |
| YUV | 114.76 | 189.09 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 223 | 0.19 | 0.73 | 0 | 0.13 | 284.54 | 0.72 | 0.55 |
| Hex | B5 | 3C | DF | 13 | 49 | 0 | D | 11D | 48 | 37 |
| Octal | 265 | 74 | 337 | 23 | 111 | 0 | 15 | 435 | 110 | 67 |
| Binary | 10110101 | 111100 | 11011111 | 10011 | 1001001 | 0 | 1101 | 100011101 | 1001000 | 110111 |
Color Harmonies of #B53CDF
Complementary color
Monochromatic Colors of #B53CDF
Black with #B53CDF
Text Example
Text Example
White with #B53CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CDF; }
p { color: rgb(181,60,223); }
H1.HeaderClassName
{
color: #B53CDF;
}
.AnyTagClassName
{
color: #B53CDF;
}
</style>
background-color css
<style>
a { background-color: #B53CDF; }
a { background-color: rgb(181,60,223); }
div.DivClassName
{
background-color: #B53CDF;
}
.BgClassName
{
background-color: #B53CDF;
}
</style>
border-color css
<style>
span { border-color: #B53CDF; }
span { border-color: rgb(181,60,223); }
td.TdClassName
{
border-color: #B53CDF;
}
.TagClassName
{
border-color: #B53CDF;
}
</style>