Shades of Medium Orchid #B941E6
Tints of Medium Orchid #B941E6
RGB
CMYK
RGB Variations
Color information
#B941E6 (or 0xB941E6) is known color: Medium Orchid. HEX triplet: B9, 41 and E6. RGB value is (185,65,230). Sum of RGB (Red+Green+Blue) = 185+65+230=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #B941E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B941E6 is #46BE19. Grayscale: #777777. Windows color (decimal): -4636186 or 15090105. OLE color: 15090105.
HSL color Cylindrical-coordinate representation of color #B941E6: hue angle of 283.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B941E6 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 65 | 230 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.10 |
| HSL | 283.64º | 0.77% | 0.58% | - |
| HSV(B) | 283.64º | 0.72% | 0.9% | - |
| XYZ | 36.18 | 19.81 | 76.78 | - |
| YUV | 119.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 230 | 0.20 | 0.72 | 0 | 0.10 | 283.64 | 0.77 | 0.58 |
| Hex | B9 | 41 | E6 | 14 | 48 | 0 | A | 11C | 4D | 3A |
| Octal | 271 | 101 | 346 | 24 | 110 | 0 | 12 | 434 | 115 | 72 |
| Binary | 10111001 | 1000001 | 11100110 | 10100 | 1001000 | 0 | 1010 | 100011100 | 1001101 | 111010 |
Color Harmonies of #B941E6
Complementary color
Monochromatic Colors of #B941E6
Black with #B941E6
Text Example
Text Example
White with #B941E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B941E6; }
p { color: rgb(185,65,230); }
H1.HeaderClassName
{
color: #B941E6;
}
.AnyTagClassName
{
color: #B941E6;
}
</style>
background-color css
<style>
a { background-color: #B941E6; }
a { background-color: rgb(185,65,230); }
div.DivClassName
{
background-color: #B941E6;
}
.BgClassName
{
background-color: #B941E6;
}
</style>
border-color css
<style>
span { border-color: #B941E6; }
span { border-color: rgb(185,65,230); }
td.TdClassName
{
border-color: #B941E6;
}
.TagClassName
{
border-color: #B941E6;
}
</style>