Shades of Medium Orchid #B441EE
Tints of Medium Orchid #B441EE
RGB
CMYK
RGB Variations
Color information
#B441EE (or 0xB441EE) is known color: Medium Orchid. HEX triplet: B4, 41 and EE. RGB value is (180,65,238). Sum of RGB (Red+Green+Blue) = 180+65+238=483 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.27% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #B441EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441EE is #4BBE11. Grayscale: #767676. Windows color (decimal): -4963858 or 15614388. OLE color: 15614388.
HSL color Cylindrical-coordinate representation of color #B441EE: hue angle of 279.88º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B441EE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 65 | 238 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.07 |
| HSL | 279.88º | 0.84% | 0.59% | - |
| HSV(B) | 279.88º | 0.73% | 0.93% | - |
| XYZ | 36.15 | 19.66 | 82.78 | - |
| YUV | 119.11 | 195.1 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 238 | 0.24 | 0.73 | 0 | 0.07 | 279.88 | 0.84 | 0.59 |
| Hex | B4 | 41 | EE | 18 | 49 | 0 | 7 | 118 | 54 | 3B |
| Octal | 264 | 101 | 356 | 30 | 111 | 0 | 7 | 430 | 124 | 73 |
| Binary | 10110100 | 1000001 | 11101110 | 11000 | 1001001 | 0 | 111 | 100011000 | 1010100 | 111011 |
Color Harmonies of #B441EE
Complementary color
Monochromatic Colors of #B441EE
Black with #B441EE
Text Example
Text Example
White with #B441EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441EE; }
p { color: rgb(180,65,238); }
H1.HeaderClassName
{
color: #B441EE;
}
.AnyTagClassName
{
color: #B441EE;
}
</style>
background-color css
<style>
a { background-color: #B441EE; }
a { background-color: rgb(180,65,238); }
div.DivClassName
{
background-color: #B441EE;
}
.BgClassName
{
background-color: #B441EE;
}
</style>
border-color css
<style>
span { border-color: #B441EE; }
span { border-color: rgb(180,65,238); }
td.TdClassName
{
border-color: #B441EE;
}
.TagClassName
{
border-color: #B441EE;
}
</style>