Shades of Medium Orchid #B53BDA
Tints of Medium Orchid #B53BDA
RGB
CMYK
RGB Variations
Color information
#B53BDA (or 0xB53BDA) is known color: Medium Orchid. HEX triplet: B5, 3B and DA. RGB value is (181,59,218). Sum of RGB (Red+Green+Blue) = 181+59+218=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B53BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53BDA is #4AC425. Grayscale: #717171. Windows color (decimal): -4899878 or 14302133. OLE color: 14302133.
HSL color Cylindrical-coordinate representation of color #B53BDA: hue angle of 286.04º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53BDA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 59 | 218 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.15 |
| HSL | 286.04º | 0.68% | 0.54% | - |
| HSV(B) | 286.04º | 0.73% | 0.85% | - |
| XYZ | 33.27 | 18.01 | 68.05 | - |
| YUV | 113.6 | 186.92 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 218 | 0.17 | 0.73 | 0 | 0.15 | 286.04 | 0.68 | 0.54 |
| Hex | B5 | 3B | DA | 11 | 49 | 0 | F | 11E | 44 | 36 |
| Octal | 265 | 73 | 332 | 21 | 111 | 0 | 17 | 436 | 104 | 66 |
| Binary | 10110101 | 111011 | 11011010 | 10001 | 1001001 | 0 | 1111 | 100011110 | 1000100 | 110110 |
Color Harmonies of #B53BDA
Complementary color
Monochromatic Colors of #B53BDA
Black with #B53BDA
Text Example
Text Example
White with #B53BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53BDA; }
p { color: rgb(181,59,218); }
H1.HeaderClassName
{
color: #B53BDA;
}
.AnyTagClassName
{
color: #B53BDA;
}
</style>
background-color css
<style>
a { background-color: #B53BDA; }
a { background-color: rgb(181,59,218); }
div.DivClassName
{
background-color: #B53BDA;
}
.BgClassName
{
background-color: #B53BDA;
}
</style>
border-color css
<style>
span { border-color: #B53BDA; }
span { border-color: rgb(181,59,218); }
td.TdClassName
{
border-color: #B53BDA;
}
.TagClassName
{
border-color: #B53BDA;
}
</style>