Shades of Medium Orchid #B541D2
Tints of Medium Orchid #B541D2
RGB
CMYK
RGB Variations
Color information
#B541D2 (or 0xB541D2) is known color: Medium Orchid. HEX triplet: B5, 41 and D2. RGB value is (181,65,210). Sum of RGB (Red+Green+Blue) = 181+65+210=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #B541D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541D2 is #4ABE2D. Grayscale: #737373. Windows color (decimal): -4898350 or 13779381. OLE color: 13779381.
HSL color Cylindrical-coordinate representation of color #B541D2: hue angle of 288º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B541D2 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 65 | 210 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.18 |
| HSL | 288º | 0.62% | 0.54% | - |
| HSV(B) | 288º | 0.69% | 0.82% | - |
| XYZ | 32.58 | 18.26 | 62.78 | - |
| YUV | 116.21 | 180.93 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 210 | 0.14 | 0.69 | 0 | 0.18 | 288 | 0.62 | 0.54 |
| Hex | B5 | 41 | D2 | E | 45 | 0 | 12 | 120 | 3E | 36 |
| Octal | 265 | 101 | 322 | 16 | 105 | 0 | 22 | 440 | 76 | 66 |
| Binary | 10110101 | 1000001 | 11010010 | 1110 | 1000101 | 0 | 10010 | 100100000 | 111110 | 110110 |
Color Harmonies of #B541D2
Complementary color
Monochromatic Colors of #B541D2
Black with #B541D2
Text Example
Text Example
White with #B541D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541D2; }
p { color: rgb(181,65,210); }
H1.HeaderClassName
{
color: #B541D2;
}
.AnyTagClassName
{
color: #B541D2;
}
</style>
background-color css
<style>
a { background-color: #B541D2; }
a { background-color: rgb(181,65,210); }
div.DivClassName
{
background-color: #B541D2;
}
.BgClassName
{
background-color: #B541D2;
}
</style>
border-color css
<style>
span { border-color: #B541D2; }
span { border-color: rgb(181,65,210); }
td.TdClassName
{
border-color: #B541D2;
}
.TagClassName
{
border-color: #B541D2;
}
</style>