Shades of Medium Orchid #B049FA
Tints of Medium Orchid #B049FA
RGB
CMYK
RGB Variations
Color information
#B049FA (or 0xB049FA) is known color: Medium Orchid. HEX triplet: B0, 49 and FA. RGB value is (176,73,250). Sum of RGB (Red+Green+Blue) = 176+73+250=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #B049FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049FA is #4FB605. Grayscale: #7B7B7B. Windows color (decimal): -5223942 or 16402864. OLE color: 16402864.
HSL color Cylindrical-coordinate representation of color #B049FA: hue angle of 274.92º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B049FA is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 73 | 250 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.02 |
| HSL | 274.92º | 0.95% | 0.63% | - |
| HSV(B) | 274.92º | 0.71% | 0.98% | - |
| XYZ | 37.54 | 20.9 | 92.5 | - |
| YUV | 123.98 | 199.12 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 250 | 0.30 | 0.71 | 0 | 0.02 | 274.92 | 0.95 | 0.63 |
| Hex | B0 | 49 | FA | 1E | 47 | 0 | 2 | 113 | 5F | 3F |
| Octal | 260 | 111 | 372 | 36 | 107 | 0 | 2 | 423 | 137 | 77 |
| Binary | 10110000 | 1001001 | 11111010 | 11110 | 1000111 | 0 | 10 | 100010011 | 1011111 | 111111 |
Color Harmonies of #B049FA
Complementary color
Monochromatic Colors of #B049FA
Black with #B049FA
Text Example
Text Example
White with #B049FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049FA; }
p { color: rgb(176,73,250); }
H1.HeaderClassName
{
color: #B049FA;
}
.AnyTagClassName
{
color: #B049FA;
}
</style>
background-color css
<style>
a { background-color: #B049FA; }
a { background-color: rgb(176,73,250); }
div.DivClassName
{
background-color: #B049FA;
}
.BgClassName
{
background-color: #B049FA;
}
</style>
border-color css
<style>
span { border-color: #B049FA; }
span { border-color: rgb(176,73,250); }
td.TdClassName
{
border-color: #B049FA;
}
.TagClassName
{
border-color: #B049FA;
}
</style>