Shades of Medium Orchid #B541EA
Tints of Medium Orchid #B541EA
RGB
CMYK
RGB Variations
Color information
#B541EA (or 0xB541EA) is known color: Medium Orchid. HEX triplet: B5, 41 and EA. RGB value is (181,65,234). Sum of RGB (Red+Green+Blue) = 181+65+234=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #B541EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541EA is #4ABE15. Grayscale: #767676. Windows color (decimal): -4898326 or 15352245. OLE color: 15352245.
HSL color Cylindrical-coordinate representation of color #B541EA: hue angle of 281.18º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B541EA is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 65 | 234 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.08 |
| HSL | 281.18º | 0.8% | 0.59% | - |
| HSV(B) | 281.18º | 0.72% | 0.92% | - |
| XYZ | 35.8 | 19.54 | 79.73 | - |
| YUV | 118.95 | 192.93 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 234 | 0.23 | 0.72 | 0 | 0.08 | 281.18 | 0.8 | 0.59 |
| Hex | B5 | 41 | EA | 17 | 48 | 0 | 8 | 119 | 50 | 3B |
| Octal | 265 | 101 | 352 | 27 | 110 | 0 | 10 | 431 | 120 | 73 |
| Binary | 10110101 | 1000001 | 11101010 | 10111 | 1001000 | 0 | 1000 | 100011001 | 1010000 | 111011 |
Color Harmonies of #B541EA
Complementary color
Monochromatic Colors of #B541EA
Black with #B541EA
Text Example
Text Example
White with #B541EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541EA; }
p { color: rgb(181,65,234); }
H1.HeaderClassName
{
color: #B541EA;
}
.AnyTagClassName
{
color: #B541EA;
}
</style>
background-color css
<style>
a { background-color: #B541EA; }
a { background-color: rgb(181,65,234); }
div.DivClassName
{
background-color: #B541EA;
}
.BgClassName
{
background-color: #B541EA;
}
</style>
border-color css
<style>
span { border-color: #B541EA; }
span { border-color: rgb(181,65,234); }
td.TdClassName
{
border-color: #B541EA;
}
.TagClassName
{
border-color: #B541EA;
}
</style>