Shades of Medium Orchid #B547FB
Tints of Medium Orchid #B547FB
RGB
CMYK
RGB Variations
Color information
#B547FB (or 0xB547FB) is known color: Medium Orchid. HEX triplet: B5, 47 and FB. RGB value is (181,71,251). Sum of RGB (Red+Green+Blue) = 181+71+251=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #B547FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547FB is #4AB804. Grayscale: #7B7B7B. Windows color (decimal): -4896773 or 16467893. OLE color: 16467893.
HSL color Cylindrical-coordinate representation of color #B547FB: hue angle of 276.67º degrees, saturation: 0.96, 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 #B547FB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 71 | 251 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.02 |
| HSL | 276.67º | 0.96% | 0.63% | - |
| HSV(B) | 276.67º | 0.72% | 0.98% | - |
| XYZ | 38.72 | 21.3 | 93.34 | - |
| YUV | 124.41 | 199.44 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 251 | 0.28 | 0.72 | 0 | 0.02 | 276.67 | 0.96 | 0.63 |
| Hex | B5 | 47 | FB | 1C | 48 | 0 | 2 | 115 | 60 | 3F |
| Octal | 265 | 107 | 373 | 34 | 110 | 0 | 2 | 425 | 140 | 77 |
| Binary | 10110101 | 1000111 | 11111011 | 11100 | 1001000 | 0 | 10 | 100010101 | 1100000 | 111111 |
Color Harmonies of #B547FB
Complementary color
Monochromatic Colors of #B547FB
Black with #B547FB
Text Example
Text Example
White with #B547FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547FB; }
p { color: rgb(181,71,251); }
H1.HeaderClassName
{
color: #B547FB;
}
.AnyTagClassName
{
color: #B547FB;
}
</style>
background-color css
<style>
a { background-color: #B547FB; }
a { background-color: rgb(181,71,251); }
div.DivClassName
{
background-color: #B547FB;
}
.BgClassName
{
background-color: #B547FB;
}
</style>
border-color css
<style>
span { border-color: #B547FB; }
span { border-color: rgb(181,71,251); }
td.TdClassName
{
border-color: #B547FB;
}
.TagClassName
{
border-color: #B547FB;
}
</style>