Shades of Medium Orchid #B441D1
Tints of Medium Orchid #B441D1
RGB
CMYK
RGB Variations
Color information
#B441D1 (or 0xB441D1) is known color: Medium Orchid. HEX triplet: B4, 41 and D1. RGB value is (180,65,209). Sum of RGB (Red+Green+Blue) = 180+65+209=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #B441D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441D1 is #4BBE2E. Grayscale: #737373. Windows color (decimal): -4963887 or 13713844. OLE color: 13713844.
HSL color Cylindrical-coordinate representation of color #B441D1: hue angle of 287.92º degrees, saturation: 0.61, 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 #B441D1 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 65 | 209 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.18 |
| HSL | 287.92º | 0.61% | 0.54% | - |
| HSV(B) | 287.92º | 0.69% | 0.82% | - |
| XYZ | 32.22 | 18.09 | 62.11 | - |
| YUV | 115.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 209 | 0.14 | 0.69 | 0 | 0.18 | 287.92 | 0.61 | 0.54 |
| Hex | B4 | 41 | D1 | E | 45 | 0 | 12 | 120 | 3D | 36 |
| Octal | 264 | 101 | 321 | 16 | 105 | 0 | 22 | 440 | 75 | 66 |
| Binary | 10110100 | 1000001 | 11010001 | 1110 | 1000101 | 0 | 10010 | 100100000 | 111101 | 110110 |
Color Harmonies of #B441D1
Complementary color
Monochromatic Colors of #B441D1
Black with #B441D1
Text Example
Text Example
White with #B441D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441D1; }
p { color: rgb(180,65,209); }
H1.HeaderClassName
{
color: #B441D1;
}
.AnyTagClassName
{
color: #B441D1;
}
</style>
background-color css
<style>
a { background-color: #B441D1; }
a { background-color: rgb(180,65,209); }
div.DivClassName
{
background-color: #B441D1;
}
.BgClassName
{
background-color: #B441D1;
}
</style>
border-color css
<style>
span { border-color: #B441D1; }
span { border-color: rgb(180,65,209); }
td.TdClassName
{
border-color: #B441D1;
}
.TagClassName
{
border-color: #B441D1;
}
</style>