Shades of Medium Orchid #B547F2
Tints of Medium Orchid #B547F2
RGB
CMYK
RGB Variations
Color information
#B547F2 (or 0xB547F2) is known color: Medium Orchid. HEX triplet: B5, 47 and F2. RGB value is (181,71,242). Sum of RGB (Red+Green+Blue) = 181+71+242=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #B547F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547F2 is #4AB80D. Grayscale: #7A7A7A. Windows color (decimal): -4896782 or 15878069. OLE color: 15878069.
HSL color Cylindrical-coordinate representation of color #B547F2: hue angle of 278.6º degrees, saturation: 0.87, 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 #B547F2 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 71 | 242 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.05 |
| HSL | 278.6º | 0.87% | 0.61% | - |
| HSV(B) | 278.6º | 0.71% | 0.95% | - |
| XYZ | 37.34 | 20.74 | 86.04 | - |
| YUV | 123.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 242 | 0.25 | 0.71 | 0 | 0.05 | 278.6 | 0.87 | 0.61 |
| Hex | B5 | 47 | F2 | 19 | 47 | 0 | 5 | 117 | 57 | 3D |
| Octal | 265 | 107 | 362 | 31 | 107 | 0 | 5 | 427 | 127 | 75 |
| Binary | 10110101 | 1000111 | 11110010 | 11001 | 1000111 | 0 | 101 | 100010111 | 1010111 | 111101 |
Color Harmonies of #B547F2
Complementary color
Monochromatic Colors of #B547F2
Black with #B547F2
Text Example
Text Example
White with #B547F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547F2; }
p { color: rgb(181,71,242); }
H1.HeaderClassName
{
color: #B547F2;
}
.AnyTagClassName
{
color: #B547F2;
}
</style>
background-color css
<style>
a { background-color: #B547F2; }
a { background-color: rgb(181,71,242); }
div.DivClassName
{
background-color: #B547F2;
}
.BgClassName
{
background-color: #B547F2;
}
</style>
border-color css
<style>
span { border-color: #B547F2; }
span { border-color: rgb(181,71,242); }
td.TdClassName
{
border-color: #B547F2;
}
.TagClassName
{
border-color: #B547F2;
}
</style>