Shades of Medium Orchid #B53ACE
Tints of Medium Orchid #B53ACE
RGB
CMYK
RGB Variations
Color information
#B53ACE (or 0xB53ACE) is known color: Medium Orchid. HEX triplet: B5, 3A and CE. RGB value is (181,58,206). Sum of RGB (Red+Green+Blue) = 181+58+206=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #B53ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ACE is #4AC531. Grayscale: #6F6F6F. Windows color (decimal): -4900146 or 13515445. OLE color: 13515445.
HSL color Cylindrical-coordinate representation of color #B53ACE: hue angle of 289.86º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53ACE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 58 | 206 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.19 |
| HSL | 289.86º | 0.6% | 0.52% | - |
| HSV(B) | 289.86º | 0.72% | 0.81% | - |
| XYZ | 31.71 | 17.31 | 60.06 | - |
| YUV | 111.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 206 | 0.12 | 0.72 | 0 | 0.19 | 289.86 | 0.6 | 0.52 |
| Hex | B5 | 3A | CE | C | 48 | 0 | 13 | 122 | 3C | 34 |
| Octal | 265 | 72 | 316 | 14 | 110 | 0 | 23 | 442 | 74 | 64 |
| Binary | 10110101 | 111010 | 11001110 | 1100 | 1001000 | 0 | 10011 | 100100010 | 111100 | 110100 |
Color Harmonies of #B53ACE
Complementary color
Monochromatic Colors of #B53ACE
Black with #B53ACE
Text Example
Text Example
White with #B53ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53ACE; }
p { color: rgb(181,58,206); }
H1.HeaderClassName
{
color: #B53ACE;
}
.AnyTagClassName
{
color: #B53ACE;
}
</style>
background-color css
<style>
a { background-color: #B53ACE; }
a { background-color: rgb(181,58,206); }
div.DivClassName
{
background-color: #B53ACE;
}
.BgClassName
{
background-color: #B53ACE;
}
</style>
border-color css
<style>
span { border-color: #B53ACE; }
span { border-color: rgb(181,58,206); }
td.TdClassName
{
border-color: #B53ACE;
}
.TagClassName
{
border-color: #B53ACE;
}
</style>