Shades of Medium Orchid #B53DCC
Tints of Medium Orchid #B53DCC
RGB
CMYK
RGB Variations
Color information
#B53DCC (or 0xB53DCC) is known color: Medium Orchid. HEX triplet: B5, 3D and CC. RGB value is (181,61,204). Sum of RGB (Red+Green+Blue) = 181+61+204=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #B53DCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DCC is #4AC233. Grayscale: #707070. Windows color (decimal): -4899380 or 13385141. OLE color: 13385141.
HSL color Cylindrical-coordinate representation of color #B53DCC: hue angle of 290.35º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53DCC is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 61 | 204 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.2 |
| HSL | 290.35º | 0.58% | 0.52% | - |
| HSV(B) | 290.35º | 0.7% | 0.8% | - |
| XYZ | 31.62 | 17.52 | 58.84 | - |
| YUV | 113.18 | 179.26 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 204 | 0.11 | 0.70 | 0 | 0.2 | 290.35 | 0.58 | 0.52 |
| Hex | B5 | 3D | CC | B | 46 | 0 | 14 | 122 | 3A | 34 |
| Octal | 265 | 75 | 314 | 13 | 106 | 0 | 24 | 442 | 72 | 64 |
| Binary | 10110101 | 111101 | 11001100 | 1011 | 1000110 | 0 | 10100 | 100100010 | 111010 | 110100 |
Color Harmonies of #B53DCC
Complementary color
Monochromatic Colors of #B53DCC
Black with #B53DCC
Text Example
Text Example
White with #B53DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53DCC; }
p { color: rgb(181,61,204); }
H1.HeaderClassName
{
color: #B53DCC;
}
.AnyTagClassName
{
color: #B53DCC;
}
</style>
background-color css
<style>
a { background-color: #B53DCC; }
a { background-color: rgb(181,61,204); }
div.DivClassName
{
background-color: #B53DCC;
}
.BgClassName
{
background-color: #B53DCC;
}
</style>
border-color css
<style>
span { border-color: #B53DCC; }
span { border-color: rgb(181,61,204); }
td.TdClassName
{
border-color: #B53DCC;
}
.TagClassName
{
border-color: #B53DCC;
}
</style>