Shades of Medium Orchid #B441C7
Tints of Medium Orchid #B441C7
RGB
CMYK
RGB Variations
Color information
#B441C7 (or 0xB441C7) is known color: Medium Orchid. HEX triplet: B4, 41 and C7. RGB value is (180,65,199). Sum of RGB (Red+Green+Blue) = 180+65+199=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #B441C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B441C7 is #4BBE38. Grayscale: #727272. Windows color (decimal): -4963897 or 13058484. OLE color: 13058484.
HSL color Cylindrical-coordinate representation of color #B441C7: hue angle of 291.49º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B441C7 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 65 | 199 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.22 |
| HSL | 291.49º | 0.54% | 0.52% | - |
| HSV(B) | 291.49º | 0.67% | 0.78% | - |
| XYZ | 31.02 | 17.61 | 55.8 | - |
| YUV | 114.66 | 175.6 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 199 | 0.10 | 0.67 | 0 | 0.22 | 291.49 | 0.54 | 0.52 |
| Hex | B4 | 41 | C7 | A | 43 | 0 | 16 | 123 | 36 | 34 |
| Octal | 264 | 101 | 307 | 12 | 103 | 0 | 26 | 443 | 66 | 64 |
| Binary | 10110100 | 1000001 | 11000111 | 1010 | 1000011 | 0 | 10110 | 100100011 | 110110 | 110100 |
Color Harmonies of #B441C7
Complementary color
Monochromatic Colors of #B441C7
Black with #B441C7
Text Example
Text Example
White with #B441C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B441C7; }
p { color: rgb(180,65,199); }
H1.HeaderClassName
{
color: #B441C7;
}
.AnyTagClassName
{
color: #B441C7;
}
</style>
background-color css
<style>
a { background-color: #B441C7; }
a { background-color: rgb(180,65,199); }
div.DivClassName
{
background-color: #B441C7;
}
.BgClassName
{
background-color: #B441C7;
}
</style>
border-color css
<style>
span { border-color: #B441C7; }
span { border-color: rgb(180,65,199); }
td.TdClassName
{
border-color: #B441C7;
}
.TagClassName
{
border-color: #B441C7;
}
</style>