Shades of Medium Orchid #B541C9
Tints of Medium Orchid #B541C9
RGB
CMYK
RGB Variations
Color information
#B541C9 (or 0xB541C9) is known color: Medium Orchid. HEX triplet: B5, 41 and C9. RGB value is (181,65,201). Sum of RGB (Red+Green+Blue) = 181+65+201=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #B541C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541C9 is #4ABE36. Grayscale: #727272. Windows color (decimal): -4898359 or 13189557. OLE color: 13189557.
HSL color Cylindrical-coordinate representation of color #B541C9: hue angle of 291.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B541C9 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 65 | 201 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.21 |
| HSL | 291.18º | 0.56% | 0.52% | - |
| HSV(B) | 291.18º | 0.68% | 0.79% | - |
| XYZ | 31.49 | 17.82 | 57.04 | - |
| YUV | 115.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 201 | 0.10 | 0.68 | 0 | 0.21 | 291.18 | 0.56 | 0.52 |
| Hex | B5 | 41 | C9 | A | 44 | 0 | 15 | 123 | 38 | 34 |
| Octal | 265 | 101 | 311 | 12 | 104 | 0 | 25 | 443 | 70 | 64 |
| Binary | 10110101 | 1000001 | 11001001 | 1010 | 1000100 | 0 | 10101 | 100100011 | 111000 | 110100 |
Color Harmonies of #B541C9
Complementary color
Monochromatic Colors of #B541C9
Black with #B541C9
Text Example
Text Example
White with #B541C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541C9; }
p { color: rgb(181,65,201); }
H1.HeaderClassName
{
color: #B541C9;
}
.AnyTagClassName
{
color: #B541C9;
}
</style>
background-color css
<style>
a { background-color: #B541C9; }
a { background-color: rgb(181,65,201); }
div.DivClassName
{
background-color: #B541C9;
}
.BgClassName
{
background-color: #B541C9;
}
</style>
border-color css
<style>
span { border-color: #B541C9; }
span { border-color: rgb(181,65,201); }
td.TdClassName
{
border-color: #B541C9;
}
.TagClassName
{
border-color: #B541C9;
}
</style>