Shades of Medium Orchid #B441DE
Tints of Medium Orchid #B441DE
RGB
CMYK
RGB Variations
Color information
#B441DE (or 0xB441DE) is known color: Medium Orchid. HEX triplet: B4, 41 and DE. RGB value is (180,65,222). Sum of RGB (Red+Green+Blue) = 180+65+222=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #B441DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441DE is #4BBE21. Grayscale: #747474. Windows color (decimal): -4963874 or 14565812. OLE color: 14565812.
HSL color Cylindrical-coordinate representation of color #B441DE: hue angle of 283.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B441DE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 65 | 222 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.13 |
| HSL | 283.95º | 0.7% | 0.56% | - |
| HSV(B) | 283.95º | 0.71% | 0.87% | - |
| XYZ | 33.9 | 18.76 | 70.94 | - |
| YUV | 117.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 222 | 0.19 | 0.71 | 0 | 0.13 | 283.95 | 0.7 | 0.56 |
| Hex | B4 | 41 | DE | 13 | 47 | 0 | D | 11C | 46 | 38 |
| Octal | 264 | 101 | 336 | 23 | 107 | 0 | 15 | 434 | 106 | 70 |
| Binary | 10110100 | 1000001 | 11011110 | 10011 | 1000111 | 0 | 1101 | 100011100 | 1000110 | 111000 |
Color Harmonies of #B441DE
Complementary color
Monochromatic Colors of #B441DE
Black with #B441DE
Text Example
Text Example
White with #B441DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441DE; }
p { color: rgb(180,65,222); }
H1.HeaderClassName
{
color: #B441DE;
}
.AnyTagClassName
{
color: #B441DE;
}
</style>
background-color css
<style>
a { background-color: #B441DE; }
a { background-color: rgb(180,65,222); }
div.DivClassName
{
background-color: #B441DE;
}
.BgClassName
{
background-color: #B441DE;
}
</style>
border-color css
<style>
span { border-color: #B441DE; }
span { border-color: rgb(180,65,222); }
td.TdClassName
{
border-color: #B441DE;
}
.TagClassName
{
border-color: #B441DE;
}
</style>