Shades of Medium Orchid #B547FA
Tints of Medium Orchid #B547FA
RGB
CMYK
RGB Variations
Color information
#B547FA (or 0xB547FA) is known color: Medium Orchid. HEX triplet: B5, 47 and FA. RGB value is (181,71,250). Sum of RGB (Red+Green+Blue) = 181+71+250=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #B547FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547FA is #4AB805. Grayscale: #7B7B7B. Windows color (decimal): -4896774 or 16402357. OLE color: 16402357.
HSL color Cylindrical-coordinate representation of color #B547FA: hue angle of 276.87º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B547FA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 71 | 250 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.02 |
| HSL | 276.87º | 0.95% | 0.63% | - |
| HSV(B) | 276.87º | 0.72% | 0.98% | - |
| XYZ | 38.56 | 21.23 | 92.51 | - |
| YUV | 124.3 | 198.94 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 250 | 0.28 | 0.72 | 0 | 0.02 | 276.87 | 0.95 | 0.63 |
| Hex | B5 | 47 | FA | 1C | 48 | 0 | 2 | 115 | 5F | 3F |
| Octal | 265 | 107 | 372 | 34 | 110 | 0 | 2 | 425 | 137 | 77 |
| Binary | 10110101 | 1000111 | 11111010 | 11100 | 1001000 | 0 | 10 | 100010101 | 1011111 | 111111 |
Color Harmonies of #B547FA
Complementary color
Monochromatic Colors of #B547FA
Black with #B547FA
Text Example
Text Example
White with #B547FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547FA; }
p { color: rgb(181,71,250); }
H1.HeaderClassName
{
color: #B547FA;
}
.AnyTagClassName
{
color: #B547FA;
}
</style>
background-color css
<style>
a { background-color: #B547FA; }
a { background-color: rgb(181,71,250); }
div.DivClassName
{
background-color: #B547FA;
}
.BgClassName
{
background-color: #B547FA;
}
</style>
border-color css
<style>
span { border-color: #B547FA; }
span { border-color: rgb(181,71,250); }
td.TdClassName
{
border-color: #B547FA;
}
.TagClassName
{
border-color: #B547FA;
}
</style>