Shades of Medium Orchid #B543DA
Tints of Medium Orchid #B543DA
RGB
CMYK
RGB Variations
Color information
#B543DA (or 0xB543DA) is known color: Medium Orchid. HEX triplet: B5, 43 and DA. RGB value is (181,67,218). Sum of RGB (Red+Green+Blue) = 181+67+218=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #B543DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543DA is #4ABC25. Grayscale: #757575. Windows color (decimal): -4897830 or 14304181. OLE color: 14304181.
HSL color Cylindrical-coordinate representation of color #B543DA: hue angle of 285.3º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B543DA is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 67 | 218 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.15 |
| HSL | 285.3º | 0.67% | 0.56% | - |
| HSV(B) | 285.3º | 0.69% | 0.85% | - |
| XYZ | 33.72 | 18.9 | 68.2 | - |
| YUV | 118.3 | 184.27 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 218 | 0.17 | 0.69 | 0 | 0.15 | 285.3 | 0.67 | 0.56 |
| Hex | B5 | 43 | DA | 11 | 45 | 0 | F | 11D | 43 | 38 |
| Octal | 265 | 103 | 332 | 21 | 105 | 0 | 17 | 435 | 103 | 70 |
| Binary | 10110101 | 1000011 | 11011010 | 10001 | 1000101 | 0 | 1111 | 100011101 | 1000011 | 111000 |
Color Harmonies of #B543DA
Complementary color
Monochromatic Colors of #B543DA
Black with #B543DA
Text Example
Text Example
White with #B543DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543DA; }
p { color: rgb(181,67,218); }
H1.HeaderClassName
{
color: #B543DA;
}
.AnyTagClassName
{
color: #B543DA;
}
</style>
background-color css
<style>
a { background-color: #B543DA; }
a { background-color: rgb(181,67,218); }
div.DivClassName
{
background-color: #B543DA;
}
.BgClassName
{
background-color: #B543DA;
}
</style>
border-color css
<style>
span { border-color: #B543DA; }
span { border-color: rgb(181,67,218); }
td.TdClassName
{
border-color: #B543DA;
}
.TagClassName
{
border-color: #B543DA;
}
</style>