Shades of Medium Orchid #B542C8
Tints of Medium Orchid #B542C8
RGB
CMYK
RGB Variations
Color information
#B542C8 (or 0xB542C8) is known color: Medium Orchid. HEX triplet: B5, 42 and C8. RGB value is (181,66,200). Sum of RGB (Red+Green+Blue) = 181+66+200=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #B542C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542C8 is #4ABD37. Grayscale: #737373. Windows color (decimal): -4898104 or 13124277. OLE color: 13124277.
HSL color Cylindrical-coordinate representation of color #B542C8: hue angle of 291.49º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B542C8 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 66 | 200 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.22 |
| HSL | 291.49º | 0.55% | 0.52% | - |
| HSV(B) | 291.49º | 0.67% | 0.78% | - |
| XYZ | 31.43 | 17.89 | 56.44 | - |
| YUV | 115.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 200 | 0.09 | 0.67 | 0 | 0.22 | 291.49 | 0.55 | 0.52 |
| Hex | B5 | 42 | C8 | 9 | 43 | 0 | 16 | 123 | 37 | 34 |
| Octal | 265 | 102 | 310 | 11 | 103 | 0 | 26 | 443 | 67 | 64 |
| Binary | 10110101 | 1000010 | 11001000 | 1001 | 1000011 | 0 | 10110 | 100100011 | 110111 | 110100 |
Color Harmonies of #B542C8
Complementary color
Monochromatic Colors of #B542C8
Black with #B542C8
Text Example
Text Example
White with #B542C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B542C8; }
p { color: rgb(181,66,200); }
H1.HeaderClassName
{
color: #B542C8;
}
.AnyTagClassName
{
color: #B542C8;
}
</style>
background-color css
<style>
a { background-color: #B542C8; }
a { background-color: rgb(181,66,200); }
div.DivClassName
{
background-color: #B542C8;
}
.BgClassName
{
background-color: #B542C8;
}
</style>
border-color css
<style>
span { border-color: #B542C8; }
span { border-color: rgb(181,66,200); }
td.TdClassName
{
border-color: #B542C8;
}
.TagClassName
{
border-color: #B542C8;
}
</style>