Shades of Medium Orchid #B441EF
Tints of Medium Orchid #B441EF
RGB
CMYK
RGB Variations
Color information
#B441EF (or 0xB441EF) is known color: Medium Orchid. HEX triplet: B4, 41 and EF. RGB value is (180,65,239). Sum of RGB (Red+Green+Blue) = 180+65+239=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #B441EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441EF is #4BBE10. Grayscale: #767676. Windows color (decimal): -4963857 or 15679924. OLE color: 15679924.
HSL color Cylindrical-coordinate representation of color #B441EF: hue angle of 279.66º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B441EF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 65 | 239 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.06 |
| HSL | 279.66º | 0.84% | 0.6% | - |
| HSV(B) | 279.66º | 0.73% | 0.94% | - |
| XYZ | 36.29 | 19.72 | 83.55 | - |
| YUV | 119.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 239 | 0.25 | 0.73 | 0 | 0.06 | 279.66 | 0.84 | 0.6 |
| Hex | B4 | 41 | EF | 19 | 49 | 0 | 6 | 118 | 54 | 3C |
| Octal | 264 | 101 | 357 | 31 | 111 | 0 | 6 | 430 | 124 | 74 |
| Binary | 10110100 | 1000001 | 11101111 | 11001 | 1001001 | 0 | 110 | 100011000 | 1010100 | 111100 |
Color Harmonies of #B441EF
Complementary color
Monochromatic Colors of #B441EF
Black with #B441EF
Text Example
Text Example
White with #B441EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441EF; }
p { color: rgb(180,65,239); }
H1.HeaderClassName
{
color: #B441EF;
}
.AnyTagClassName
{
color: #B441EF;
}
</style>
background-color css
<style>
a { background-color: #B441EF; }
a { background-color: rgb(180,65,239); }
div.DivClassName
{
background-color: #B441EF;
}
.BgClassName
{
background-color: #B441EF;
}
</style>
border-color css
<style>
span { border-color: #B441EF; }
span { border-color: rgb(180,65,239); }
td.TdClassName
{
border-color: #B441EF;
}
.TagClassName
{
border-color: #B441EF;
}
</style>