Shades of Medium Orchid #B549F1
Tints of Medium Orchid #B549F1
RGB
CMYK
RGB Variations
Color information
#B549F1 (or 0xB549F1) is known color: Medium Orchid. HEX triplet: B5, 49 and F1. RGB value is (181,73,241). Sum of RGB (Red+Green+Blue) = 181+73+241=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 73 (28.91% from 255 or 14.75% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #B549F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549F1 is #4AB60E. Grayscale: #7B7B7B. Windows color (decimal): -4896271 or 15813045. OLE color: 15813045.
HSL color Cylindrical-coordinate representation of color #B549F1: hue angle of 278.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B549F1 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 73 | 241 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.05 |
| HSL | 278.57º | 0.86% | 0.62% | - |
| HSV(B) | 278.57º | 0.7% | 0.95% | - |
| XYZ | 37.32 | 20.94 | 85.29 | - |
| YUV | 124.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 241 | 0.25 | 0.70 | 0 | 0.05 | 278.57 | 0.86 | 0.62 |
| Hex | B5 | 49 | F1 | 19 | 46 | 0 | 5 | 117 | 56 | 3E |
| Octal | 265 | 111 | 361 | 31 | 106 | 0 | 5 | 427 | 126 | 76 |
| Binary | 10110101 | 1001001 | 11110001 | 11001 | 1000110 | 0 | 101 | 100010111 | 1010110 | 111110 |
Color Harmonies of #B549F1
Complementary color
Monochromatic Colors of #B549F1
Black with #B549F1
Text Example
Text Example
White with #B549F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549F1; }
p { color: rgb(181,73,241); }
H1.HeaderClassName
{
color: #B549F1;
}
.AnyTagClassName
{
color: #B549F1;
}
</style>
background-color css
<style>
a { background-color: #B549F1; }
a { background-color: rgb(181,73,241); }
div.DivClassName
{
background-color: #B549F1;
}
.BgClassName
{
background-color: #B549F1;
}
</style>
border-color css
<style>
span { border-color: #B549F1; }
span { border-color: rgb(181,73,241); }
td.TdClassName
{
border-color: #B549F1;
}
.TagClassName
{
border-color: #B549F1;
}
</style>