Shades of Medium Orchid #B53CDA
Tints of Medium Orchid #B53CDA
RGB
CMYK
RGB Variations
Color information
#B53CDA (or 0xB53CDA) is known color: Medium Orchid. HEX triplet: B5, 3C and DA. RGB value is (181,60,218). Sum of RGB (Red+Green+Blue) = 181+60+218=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #B53CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53CDA is #4AC325. Grayscale: #717171. Windows color (decimal): -4899622 or 14302389. OLE color: 14302389.
HSL color Cylindrical-coordinate representation of color #B53CDA: hue angle of 285.95º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53CDA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 60 | 218 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.15 |
| HSL | 285.95º | 0.68% | 0.55% | - |
| HSV(B) | 285.95º | 0.72% | 0.85% | - |
| XYZ | 33.33 | 18.12 | 68.07 | - |
| YUV | 114.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 218 | 0.17 | 0.72 | 0 | 0.15 | 285.95 | 0.68 | 0.55 |
| Hex | B5 | 3C | DA | 11 | 48 | 0 | F | 11E | 44 | 37 |
| Octal | 265 | 74 | 332 | 21 | 110 | 0 | 17 | 436 | 104 | 67 |
| Binary | 10110101 | 111100 | 11011010 | 10001 | 1001000 | 0 | 1111 | 100011110 | 1000100 | 110111 |
Color Harmonies of #B53CDA
Complementary color
Monochromatic Colors of #B53CDA
Black with #B53CDA
Text Example
Text Example
White with #B53CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53CDA; }
p { color: rgb(181,60,218); }
H1.HeaderClassName
{
color: #B53CDA;
}
.AnyTagClassName
{
color: #B53CDA;
}
</style>
background-color css
<style>
a { background-color: #B53CDA; }
a { background-color: rgb(181,60,218); }
div.DivClassName
{
background-color: #B53CDA;
}
.BgClassName
{
background-color: #B53CDA;
}
</style>
border-color css
<style>
span { border-color: #B53CDA; }
span { border-color: rgb(181,60,218); }
td.TdClassName
{
border-color: #B53CDA;
}
.TagClassName
{
border-color: #B53CDA;
}
</style>