Shades of Medium Orchid #B044F9
Tints of Medium Orchid #B044F9
RGB
CMYK
RGB Variations
Color information
#B044F9 (or 0xB044F9) is known color: Medium Orchid. HEX triplet: B0, 44 and F9. RGB value is (176,68,249). Sum of RGB (Red+Green+Blue) = 176+68+249=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 68 (26.95% from 255 or 13.79% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #B044F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044F9 is #4FBB06. Grayscale: #787878. Windows color (decimal): -5225223 or 16336048. OLE color: 16336048.
HSL color Cylindrical-coordinate representation of color #B044F9: hue angle of 275.8º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B044F9 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 68 | 249 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.02 |
| HSL | 275.8º | 0.94% | 0.62% | - |
| HSV(B) | 275.8º | 0.73% | 0.98% | - |
| XYZ | 37.07 | 20.2 | 91.57 | - |
| YUV | 120.93 | 200.28 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 249 | 0.29 | 0.73 | 0 | 0.02 | 275.8 | 0.94 | 0.62 |
| Hex | B0 | 44 | F9 | 1D | 49 | 0 | 2 | 114 | 5E | 3E |
| Octal | 260 | 104 | 371 | 35 | 111 | 0 | 2 | 424 | 136 | 76 |
| Binary | 10110000 | 1000100 | 11111001 | 11101 | 1001001 | 0 | 10 | 100010100 | 1011110 | 111110 |
Color Harmonies of #B044F9
Complementary color
Monochromatic Colors of #B044F9
Black with #B044F9
Text Example
Text Example
White with #B044F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044F9; }
p { color: rgb(176,68,249); }
H1.HeaderClassName
{
color: #B044F9;
}
.AnyTagClassName
{
color: #B044F9;
}
</style>
background-color css
<style>
a { background-color: #B044F9; }
a { background-color: rgb(176,68,249); }
div.DivClassName
{
background-color: #B044F9;
}
.BgClassName
{
background-color: #B044F9;
}
</style>
border-color css
<style>
span { border-color: #B044F9; }
span { border-color: rgb(176,68,249); }
td.TdClassName
{
border-color: #B044F9;
}
.TagClassName
{
border-color: #B044F9;
}
</style>