Shades of Medium Orchid #B541F2
Tints of Medium Orchid #B541F2
RGB
CMYK
RGB Variations
Color information
#B541F2 (or 0xB541F2) is known color: Medium Orchid. HEX triplet: B5, 41 and F2. RGB value is (181,65,242). Sum of RGB (Red+Green+Blue) = 181+65+242=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #B541F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541F2 is #4ABE0D. Grayscale: #777777. Windows color (decimal): -4898318 or 15876533. OLE color: 15876533.
HSL color Cylindrical-coordinate representation of color #B541F2: hue angle of 279.32º degrees, saturation: 0.87, 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 #B541F2 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 181 | 65 | 242 | - |
CMYK | 0.25 | 0.73 | 0 | 0.05 |
HSL | 279.32º | 0.87% | 0.6% | - |
HSV(B) | 279.32º | 0.73% | 0.95% | - |
XYZ | 36.97 | 20.02 | 85.92 | - |
YUV | 119.86 | 196.93 | 171.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 65 | 242 | 0.25 | 0.73 | 0 | 0.05 | 279.32 | 0.87 | 0.6 |
Hex | B5 | 41 | F2 | 19 | 49 | 0 | 5 | 117 | 57 | 3C |
Octal | 265 | 101 | 362 | 31 | 111 | 0 | 5 | 427 | 127 | 74 |
Binary | 10110101 | 1000001 | 11110010 | 11001 | 1001001 | 0 | 101 | 100010111 | 1010111 | 111100 |
Color Harmonies of #B541F2
Complementary color
Monochromatic Colors of #B541F2
Black with #B541F2
Text Example
Text Example
White with #B541F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541F2; }
p { color: rgb(181,65,242); }
H1.HeaderClassName
{
color: #B541F2;
}
.AnyTagClassName
{
color: #B541F2;
}
</style>
background-color css
<style>
a { background-color: #B541F2; }
a { background-color: rgb(181,65,242); }
div.DivClassName
{
background-color: #B541F2;
}
.BgClassName
{
background-color: #B541F2;
}
</style>
border-color css
<style>
span { border-color: #B541F2; }
span { border-color: rgb(181,65,242); }
td.TdClassName
{
border-color: #B541F2;
}
.TagClassName
{
border-color: #B541F2;
}
</style>