Shades of Medium Orchid #B547F1
Tints of Medium Orchid #B547F1
RGB
CMYK
RGB Variations
Color information
#B547F1 (or 0xB547F1) is known color: Medium Orchid. HEX triplet: B5, 47 and F1. RGB value is (181,71,241). Sum of RGB (Red+Green+Blue) = 181+71+241=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #B547F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547F1 is #4AB80E. Grayscale: #7A7A7A. Windows color (decimal): -4896783 or 15812533. OLE color: 15812533.
HSL color Cylindrical-coordinate representation of color #B547F1: hue angle of 278.82º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B547F1 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 71 | 241 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.05 |
| HSL | 278.82º | 0.86% | 0.61% | - |
| HSV(B) | 278.82º | 0.71% | 0.95% | - |
| XYZ | 37.19 | 20.68 | 85.25 | - |
| YUV | 123.27 | 194.44 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 241 | 0.25 | 0.71 | 0 | 0.05 | 278.82 | 0.86 | 0.61 |
| Hex | B5 | 47 | F1 | 19 | 47 | 0 | 5 | 117 | 56 | 3D |
| Octal | 265 | 107 | 361 | 31 | 107 | 0 | 5 | 427 | 126 | 75 |
| Binary | 10110101 | 1000111 | 11110001 | 11001 | 1000111 | 0 | 101 | 100010111 | 1010110 | 111101 |
Color Harmonies of #B547F1
Complementary color
Monochromatic Colors of #B547F1
Black with #B547F1
Text Example
Text Example
White with #B547F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547F1; }
p { color: rgb(181,71,241); }
H1.HeaderClassName
{
color: #B547F1;
}
.AnyTagClassName
{
color: #B547F1;
}
</style>
background-color css
<style>
a { background-color: #B547F1; }
a { background-color: rgb(181,71,241); }
div.DivClassName
{
background-color: #B547F1;
}
.BgClassName
{
background-color: #B547F1;
}
</style>
border-color css
<style>
span { border-color: #B547F1; }
span { border-color: rgb(181,71,241); }
td.TdClassName
{
border-color: #B547F1;
}
.TagClassName
{
border-color: #B547F1;
}
</style>