Shades of Medium Orchid #B53ADC
Tints of Medium Orchid #B53ADC
RGB
CMYK
RGB Variations
Color information
#B53ADC (or 0xB53ADC) is known color: Medium Orchid. HEX triplet: B5, 3A and DC. RGB value is (181,58,220). Sum of RGB (Red+Green+Blue) = 181+58+220=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #B53ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53ADC is #4AC523. Grayscale: #707070. Windows color (decimal): -4900132 or 14432949. OLE color: 14432949.
HSL color Cylindrical-coordinate representation of color #B53ADC: hue angle of 285.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53ADC is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 58 | 220 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.14 |
| HSL | 285.56º | 0.7% | 0.55% | - |
| HSV(B) | 285.56º | 0.74% | 0.86% | - |
| XYZ | 33.49 | 18.02 | 69.42 | - |
| YUV | 113.25 | 188.25 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 220 | 0.18 | 0.74 | 0 | 0.14 | 285.56 | 0.7 | 0.55 |
| Hex | B5 | 3A | DC | 12 | 4A | 0 | E | 11E | 46 | 37 |
| Octal | 265 | 72 | 334 | 22 | 112 | 0 | 16 | 436 | 106 | 67 |
| Binary | 10110101 | 111010 | 11011100 | 10010 | 1001010 | 0 | 1110 | 100011110 | 1000110 | 110111 |
Color Harmonies of #B53ADC
Complementary color
Monochromatic Colors of #B53ADC
Black with #B53ADC
Text Example
Text Example
White with #B53ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53ADC; }
p { color: rgb(181,58,220); }
H1.HeaderClassName
{
color: #B53ADC;
}
.AnyTagClassName
{
color: #B53ADC;
}
</style>
background-color css
<style>
a { background-color: #B53ADC; }
a { background-color: rgb(181,58,220); }
div.DivClassName
{
background-color: #B53ADC;
}
.BgClassName
{
background-color: #B53ADC;
}
</style>
border-color css
<style>
span { border-color: #B53ADC; }
span { border-color: rgb(181,58,220); }
td.TdClassName
{
border-color: #B53ADC;
}
.TagClassName
{
border-color: #B53ADC;
}
</style>