Shades of Medium Orchid #B541F3
Tints of Medium Orchid #B541F3
RGB
CMYK
RGB Variations
Color information
#B541F3 (or 0xB541F3) is known color: Medium Orchid. HEX triplet: B5, 41 and F3. RGB value is (181,65,243). Sum of RGB (Red+Green+Blue) = 181+65+243=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #B541F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541F3 is #4ABE0C. Grayscale: #777777. Windows color (decimal): -4898317 or 15942069. OLE color: 15942069.
HSL color Cylindrical-coordinate representation of color #B541F3: hue angle of 279.1º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B541F3 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 65 | 243 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.05 |
| HSL | 279.1º | 0.88% | 0.6% | - |
| HSV(B) | 279.1º | 0.73% | 0.95% | - |
| XYZ | 37.12 | 20.08 | 86.71 | - |
| YUV | 119.98 | 197.43 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 243 | 0.26 | 0.73 | 0 | 0.05 | 279.1 | 0.88 | 0.6 |
| Hex | B5 | 41 | F3 | 1A | 49 | 0 | 5 | 117 | 58 | 3C |
| Octal | 265 | 101 | 363 | 32 | 111 | 0 | 5 | 427 | 130 | 74 |
| Binary | 10110101 | 1000001 | 11110011 | 11010 | 1001001 | 0 | 101 | 100010111 | 1011000 | 111100 |
Color Harmonies of #B541F3
Complementary color
Monochromatic Colors of #B541F3
Black with #B541F3
Text Example
Text Example
White with #B541F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541F3; }
p { color: rgb(181,65,243); }
H1.HeaderClassName
{
color: #B541F3;
}
.AnyTagClassName
{
color: #B541F3;
}
</style>
background-color css
<style>
a { background-color: #B541F3; }
a { background-color: rgb(181,65,243); }
div.DivClassName
{
background-color: #B541F3;
}
.BgClassName
{
background-color: #B541F3;
}
</style>
border-color css
<style>
span { border-color: #B541F3; }
span { border-color: rgb(181,65,243); }
td.TdClassName
{
border-color: #B541F3;
}
.TagClassName
{
border-color: #B541F3;
}
</style>