Shades of Medium Orchid #B541FA
Tints of Medium Orchid #B541FA
RGB
CMYK
RGB Variations
Color information
#B541FA (or 0xB541FA) is known color: Medium Orchid. HEX triplet: B5, 41 and FA. RGB value is (181,65,250). Sum of RGB (Red+Green+Blue) = 181+65+250=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #B541FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541FA is #4ABE05. Grayscale: #787878. Windows color (decimal): -4898310 or 16400821. OLE color: 16400821.
HSL color Cylindrical-coordinate representation of color #B541FA: hue angle of 277.62º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B541FA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 65 | 250 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.02 |
| HSL | 277.62º | 0.95% | 0.62% | - |
| HSV(B) | 277.62º | 0.74% | 0.98% | - |
| XYZ | 38.2 | 20.51 | 92.39 | - |
| YUV | 120.77 | 200.93 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 250 | 0.28 | 0.74 | 0 | 0.02 | 277.62 | 0.95 | 0.62 |
| Hex | B5 | 41 | FA | 1C | 4A | 0 | 2 | 116 | 5F | 3E |
| Octal | 265 | 101 | 372 | 34 | 112 | 0 | 2 | 426 | 137 | 76 |
| Binary | 10110101 | 1000001 | 11111010 | 11100 | 1001010 | 0 | 10 | 100010110 | 1011111 | 111110 |
Color Harmonies of #B541FA
Complementary color
Monochromatic Colors of #B541FA
Black with #B541FA
Text Example
Text Example
White with #B541FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B541FA; }
p { color: rgb(181,65,250); }
H1.HeaderClassName
{
color: #B541FA;
}
.AnyTagClassName
{
color: #B541FA;
}
</style>
background-color css
<style>
a { background-color: #B541FA; }
a { background-color: rgb(181,65,250); }
div.DivClassName
{
background-color: #B541FA;
}
.BgClassName
{
background-color: #B541FA;
}
</style>
border-color css
<style>
span { border-color: #B541FA; }
span { border-color: rgb(181,65,250); }
td.TdClassName
{
border-color: #B541FA;
}
.TagClassName
{
border-color: #B541FA;
}
</style>