Shades of Medium Orchid #B53CC9
Tints of Medium Orchid #B53CC9
RGB
CMYK
RGB Variations
Color information
#B53CC9 (or 0xB53CC9) is known color: Medium Orchid. HEX triplet: B5, 3C and C9. RGB value is (181,60,201). Sum of RGB (Red+Green+Blue) = 181+60+201=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #B53CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CC9 is #4AC336. Grayscale: #6F6F6F. Windows color (decimal): -4899639 or 13188277. OLE color: 13188277.
HSL color Cylindrical-coordinate representation of color #B53CC9: hue angle of 291.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53CC9 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 60 | 201 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.21 |
| HSL | 291.49º | 0.57% | 0.51% | - |
| HSV(B) | 291.49º | 0.7% | 0.79% | - |
| XYZ | 31.21 | 17.27 | 56.95 | - |
| YUV | 112.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 201 | 0.10 | 0.70 | 0 | 0.21 | 291.49 | 0.57 | 0.51 |
| Hex | B5 | 3C | C9 | A | 46 | 0 | 15 | 123 | 39 | 33 |
| Octal | 265 | 74 | 311 | 12 | 106 | 0 | 25 | 443 | 71 | 63 |
| Binary | 10110101 | 111100 | 11001001 | 1010 | 1000110 | 0 | 10101 | 100100011 | 111001 | 110011 |
Color Harmonies of #B53CC9
Complementary color
Monochromatic Colors of #B53CC9
Black with #B53CC9
Text Example
Text Example
White with #B53CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CC9; }
p { color: rgb(181,60,201); }
H1.HeaderClassName
{
color: #B53CC9;
}
.AnyTagClassName
{
color: #B53CC9;
}
</style>
background-color css
<style>
a { background-color: #B53CC9; }
a { background-color: rgb(181,60,201); }
div.DivClassName
{
background-color: #B53CC9;
}
.BgClassName
{
background-color: #B53CC9;
}
</style>
border-color css
<style>
span { border-color: #B53CC9; }
span { border-color: rgb(181,60,201); }
td.TdClassName
{
border-color: #B53CC9;
}
.TagClassName
{
border-color: #B53CC9;
}
</style>