Shades of Medium Orchid #B542D4
Tints of Medium Orchid #B542D4
RGB
CMYK
RGB Variations
Color information
#B542D4 (or 0xB542D4) is known color: Medium Orchid. HEX triplet: B5, 42 and D4. RGB value is (181,66,212). Sum of RGB (Red+Green+Blue) = 181+66+212=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #B542D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542D4 is #4ABD2B. Grayscale: #747474. Windows color (decimal): -4898092 or 13910709. OLE color: 13910709.
HSL color Cylindrical-coordinate representation of color #B542D4: hue angle of 287.26º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B542D4 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 66 | 212 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.17 |
| HSL | 287.26º | 0.63% | 0.55% | - |
| HSV(B) | 287.26º | 0.69% | 0.83% | - |
| XYZ | 32.89 | 18.47 | 64.12 | - |
| YUV | 117.03 | 181.6 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 212 | 0.15 | 0.69 | 0 | 0.17 | 287.26 | 0.63 | 0.55 |
| Hex | B5 | 42 | D4 | F | 45 | 0 | 11 | 11F | 3F | 37 |
| Octal | 265 | 102 | 324 | 17 | 105 | 0 | 21 | 437 | 77 | 67 |
| Binary | 10110101 | 1000010 | 11010100 | 1111 | 1000101 | 0 | 10001 | 100011111 | 111111 | 110111 |
Color Harmonies of #B542D4
Complementary color
Monochromatic Colors of #B542D4
Black with #B542D4
Text Example
Text Example
White with #B542D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542D4; }
p { color: rgb(181,66,212); }
H1.HeaderClassName
{
color: #B542D4;
}
.AnyTagClassName
{
color: #B542D4;
}
</style>
background-color css
<style>
a { background-color: #B542D4; }
a { background-color: rgb(181,66,212); }
div.DivClassName
{
background-color: #B542D4;
}
.BgClassName
{
background-color: #B542D4;
}
</style>
border-color css
<style>
span { border-color: #B542D4; }
span { border-color: rgb(181,66,212); }
td.TdClassName
{
border-color: #B542D4;
}
.TagClassName
{
border-color: #B542D4;
}
</style>