Shades of Medium Orchid #B53DCA
Tints of Medium Orchid #B53DCA
RGB
CMYK
RGB Variations
Color information
#B53DCA (or 0xB53DCA) is known color: Medium Orchid. HEX triplet: B5, 3D and CA. RGB value is (181,61,202). Sum of RGB (Red+Green+Blue) = 181+61+202=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #B53DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53DCA is #4AC235. Grayscale: #707070. Windows color (decimal): -4899382 or 13254069. OLE color: 13254069.
HSL color Cylindrical-coordinate representation of color #B53DCA: hue angle of 291.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53DCA is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 61 | 202 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.21 |
| HSL | 291.06º | 0.57% | 0.52% | - |
| HSV(B) | 291.06º | 0.7% | 0.79% | - |
| XYZ | 31.39 | 17.43 | 57.59 | - |
| YUV | 112.95 | 178.26 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 202 | 0.10 | 0.70 | 0 | 0.21 | 291.06 | 0.57 | 0.52 |
| Hex | B5 | 3D | CA | A | 46 | 0 | 15 | 123 | 39 | 34 |
| Octal | 265 | 75 | 312 | 12 | 106 | 0 | 25 | 443 | 71 | 64 |
| Binary | 10110101 | 111101 | 11001010 | 1010 | 1000110 | 0 | 10101 | 100100011 | 111001 | 110100 |
Color Harmonies of #B53DCA
Complementary color
Monochromatic Colors of #B53DCA
Black with #B53DCA
Text Example
Text Example
White with #B53DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53DCA; }
p { color: rgb(181,61,202); }
H1.HeaderClassName
{
color: #B53DCA;
}
.AnyTagClassName
{
color: #B53DCA;
}
</style>
background-color css
<style>
a { background-color: #B53DCA; }
a { background-color: rgb(181,61,202); }
div.DivClassName
{
background-color: #B53DCA;
}
.BgClassName
{
background-color: #B53DCA;
}
</style>
border-color css
<style>
span { border-color: #B53DCA; }
span { border-color: rgb(181,61,202); }
td.TdClassName
{
border-color: #B53DCA;
}
.TagClassName
{
border-color: #B53DCA;
}
</style>