Shades of Medium Orchid #B049FF
Tints of Medium Orchid #B049FF
RGB
CMYK
RGB Variations
Color information
#B049FF (or 0xB049FF) is known color: Medium Orchid. HEX triplet: B0, 49 and FF. RGB value is (176,73,255). Sum of RGB (Red+Green+Blue) = 176+73+255=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #B049FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B049FF is #4FB600. Grayscale: #7B7B7B. Windows color (decimal): -5223937 or 16730544. OLE color: 16730544.
HSL color Cylindrical-coordinate representation of color #B049FF: hue angle of 273.96º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B049FF is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 73 | 255 | - |
| CMYK | 0.31 | 0.71 | 0 | 0 |
| HSL | 273.96º | 1% | 0.64% | - |
| HSV(B) | 273.96º | 0.71% | 1% | - |
| XYZ | 38.34 | 21.22 | 96.68 | - |
| YUV | 124.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 255 | 0.31 | 0.71 | 0 | 0 | 273.96 | 1 | 0.64 |
| Hex | B0 | 49 | FF | 1F | 47 | 0 | 0 | 112 | 64 | 40 |
| Octal | 260 | 111 | 377 | 37 | 107 | 0 | 0 | 422 | 144 | 100 |
| Binary | 10110000 | 1001001 | 11111111 | 11111 | 1000111 | 0 | 0 | 100010010 | 1100100 | 1000000 |
Color Harmonies of #B049FF
Complementary color
Monochromatic Colors of #B049FF
Black with #B049FF
Text Example
Text Example
White with #B049FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B049FF; }
p { color: rgb(176,73,255); }
H1.HeaderClassName
{
color: #B049FF;
}
.AnyTagClassName
{
color: #B049FF;
}
</style>
background-color css
<style>
a { background-color: #B049FF; }
a { background-color: rgb(176,73,255); }
div.DivClassName
{
background-color: #B049FF;
}
.BgClassName
{
background-color: #B049FF;
}
</style>
border-color css
<style>
span { border-color: #B049FF; }
span { border-color: rgb(176,73,255); }
td.TdClassName
{
border-color: #B049FF;
}
.TagClassName
{
border-color: #B049FF;
}
</style>