Shades of Medium Orchid #B547F3
Tints of Medium Orchid #B547F3
RGB
CMYK
RGB Variations
Color information
#B547F3 (or 0xB547F3) is known color: Medium Orchid. HEX triplet: B5, 47 and F3. RGB value is (181,71,243). Sum of RGB (Red+Green+Blue) = 181+71+243=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #B547F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547F3 is #4AB80C. Grayscale: #7A7A7A. Windows color (decimal): -4896781 or 15943605. OLE color: 15943605.
HSL color Cylindrical-coordinate representation of color #B547F3: hue angle of 278.37º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B547F3 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 71 | 243 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.05 |
| HSL | 278.37º | 0.88% | 0.62% | - |
| HSV(B) | 278.37º | 0.71% | 0.95% | - |
| XYZ | 37.49 | 20.8 | 86.83 | - |
| YUV | 123.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 243 | 0.26 | 0.71 | 0 | 0.05 | 278.37 | 0.88 | 0.62 |
| Hex | B5 | 47 | F3 | 1A | 47 | 0 | 5 | 116 | 58 | 3E |
| Octal | 265 | 107 | 363 | 32 | 107 | 0 | 5 | 426 | 130 | 76 |
| Binary | 10110101 | 1000111 | 11110011 | 11010 | 1000111 | 0 | 101 | 100010110 | 1011000 | 111110 |
Color Harmonies of #B547F3
Complementary color
Monochromatic Colors of #B547F3
Black with #B547F3
Text Example
Text Example
White with #B547F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547F3; }
p { color: rgb(181,71,243); }
H1.HeaderClassName
{
color: #B547F3;
}
.AnyTagClassName
{
color: #B547F3;
}
</style>
background-color css
<style>
a { background-color: #B547F3; }
a { background-color: rgb(181,71,243); }
div.DivClassName
{
background-color: #B547F3;
}
.BgClassName
{
background-color: #B547F3;
}
</style>
border-color css
<style>
span { border-color: #B547F3; }
span { border-color: rgb(181,71,243); }
td.TdClassName
{
border-color: #B547F3;
}
.TagClassName
{
border-color: #B547F3;
}
</style>