Shades of Medium Orchid #B543D4
Tints of Medium Orchid #B543D4
RGB
CMYK
RGB Variations
Color information
#B543D4 (or 0xB543D4) is known color: Medium Orchid. HEX triplet: B5, 43 and D4. RGB value is (181,67,212). Sum of RGB (Red+Green+Blue) = 181+67+212=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #B543D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543D4 is #4ABC2B. Grayscale: #757575. Windows color (decimal): -4897836 or 13910965. OLE color: 13910965.
HSL color Cylindrical-coordinate representation of color #B543D4: hue angle of 287.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B543D4 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 67 | 212 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.17 |
| HSL | 287.17º | 0.63% | 0.55% | - |
| HSV(B) | 287.17º | 0.68% | 0.83% | - |
| XYZ | 32.95 | 18.59 | 64.14 | - |
| YUV | 117.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 212 | 0.15 | 0.68 | 0 | 0.17 | 287.17 | 0.63 | 0.55 |
| Hex | B5 | 43 | D4 | F | 44 | 0 | 11 | 11F | 3F | 37 |
| Octal | 265 | 103 | 324 | 17 | 104 | 0 | 21 | 437 | 77 | 67 |
| Binary | 10110101 | 1000011 | 11010100 | 1111 | 1000100 | 0 | 10001 | 100011111 | 111111 | 110111 |
Color Harmonies of #B543D4
Complementary color
Monochromatic Colors of #B543D4
Black with #B543D4
Text Example
Text Example
White with #B543D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B543D4; }
p { color: rgb(181,67,212); }
H1.HeaderClassName
{
color: #B543D4;
}
.AnyTagClassName
{
color: #B543D4;
}
</style>
background-color css
<style>
a { background-color: #B543D4; }
a { background-color: rgb(181,67,212); }
div.DivClassName
{
background-color: #B543D4;
}
.BgClassName
{
background-color: #B543D4;
}
</style>
border-color css
<style>
span { border-color: #B543D4; }
span { border-color: rgb(181,67,212); }
td.TdClassName
{
border-color: #B543D4;
}
.TagClassName
{
border-color: #B543D4;
}
</style>