Shades of Medium Orchid #B441E7
Tints of Medium Orchid #B441E7
RGB
CMYK
RGB Variations
Color information
#B441E7 (or 0xB441E7) is known color: Medium Orchid. HEX triplet: B4, 41 and E7. RGB value is (180,65,231). Sum of RGB (Red+Green+Blue) = 180+65+231=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 65 (25.78% from 255 or 13.66% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #B441E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B441E7 is #4BBE18. Grayscale: #757575. Windows color (decimal): -4963865 or 15155636. OLE color: 15155636.
HSL color Cylindrical-coordinate representation of color #B441E7: hue angle of 281.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B441E7 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 65 | 231 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.09 |
| HSL | 281.57º | 0.78% | 0.58% | - |
| HSV(B) | 281.57º | 0.72% | 0.91% | - |
| XYZ | 35.14 | 19.25 | 77.47 | - |
| YUV | 118.31 | 191.6 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 231 | 0.22 | 0.72 | 0 | 0.09 | 281.57 | 0.78 | 0.58 |
| Hex | B4 | 41 | E7 | 16 | 48 | 0 | 9 | 11A | 4E | 3A |
| Octal | 264 | 101 | 347 | 26 | 110 | 0 | 11 | 432 | 116 | 72 |
| Binary | 10110100 | 1000001 | 11100111 | 10110 | 1001000 | 0 | 1001 | 100011010 | 1001110 | 111010 |
Color Harmonies of #B441E7
Complementary color
Monochromatic Colors of #B441E7
Black with #B441E7
Text Example
Text Example
White with #B441E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441E7; }
p { color: rgb(180,65,231); }
H1.HeaderClassName
{
color: #B441E7;
}
.AnyTagClassName
{
color: #B441E7;
}
</style>
background-color css
<style>
a { background-color: #B441E7; }
a { background-color: rgb(180,65,231); }
div.DivClassName
{
background-color: #B441E7;
}
.BgClassName
{
background-color: #B441E7;
}
</style>
border-color css
<style>
span { border-color: #B441E7; }
span { border-color: rgb(180,65,231); }
td.TdClassName
{
border-color: #B441E7;
}
.TagClassName
{
border-color: #B441E7;
}
</style>