Shades of Medium Orchid #B53DCD
Tints of Medium Orchid #B53DCD
RGB
CMYK
RGB Variations
Color information
#B53DCD (or 0xB53DCD) is known color: Medium Orchid. HEX triplet: B5, 3D and CD. RGB value is (181,61,205). Sum of RGB (Red+Green+Blue) = 181+61+205=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #B53DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DCD is #4AC232. Grayscale: #707070. Windows color (decimal): -4899379 or 13450677. OLE color: 13450677.
HSL color Cylindrical-coordinate representation of color #B53DCD: hue angle of 290º degrees, saturation: 0.59, 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 #B53DCD is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 61 | 205 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.20 |
| HSL | 290º | 0.59% | 0.52% | - |
| HSV(B) | 290º | 0.7% | 0.8% | - |
| XYZ | 31.74 | 17.57 | 59.48 | - |
| YUV | 113.3 | 179.76 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 205 | 0.12 | 0.70 | 0 | 0.20 | 290 | 0.59 | 0.52 |
| Hex | B5 | 3D | CD | C | 46 | 0 | 14 | 122 | 3B | 34 |
| Octal | 265 | 75 | 315 | 14 | 106 | 0 | 24 | 442 | 73 | 64 |
| Binary | 10110101 | 111101 | 11001101 | 1100 | 1000110 | 0 | 10100 | 100100010 | 111011 | 110100 |
Color Harmonies of #B53DCD
Complementary color
Monochromatic Colors of #B53DCD
Black with #B53DCD
Text Example
Text Example
White with #B53DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53DCD; }
p { color: rgb(181,61,205); }
H1.HeaderClassName
{
color: #B53DCD;
}
.AnyTagClassName
{
color: #B53DCD;
}
</style>
background-color css
<style>
a { background-color: #B53DCD; }
a { background-color: rgb(181,61,205); }
div.DivClassName
{
background-color: #B53DCD;
}
.BgClassName
{
background-color: #B53DCD;
}
</style>
border-color css
<style>
span { border-color: #B53DCD; }
span { border-color: rgb(181,61,205); }
td.TdClassName
{
border-color: #B53DCD;
}
.TagClassName
{
border-color: #B53DCD;
}
</style>