Shades of Medium Orchid #B044F1
Tints of Medium Orchid #B044F1
RGB
CMYK
RGB Variations
Color information
#B044F1 (or 0xB044F1) is known color: Medium Orchid. HEX triplet: B0, 44 and F1. RGB value is (176,68,241). Sum of RGB (Red+Green+Blue) = 176+68+241=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #B044F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044F1 is #4FBB0E. Grayscale: #777777. Windows color (decimal): -5225231 or 15811760. OLE color: 15811760.
HSL color Cylindrical-coordinate representation of color #B044F1: hue angle of 277.46º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B044F1 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 68 | 241 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.05 |
| HSL | 277.46º | 0.86% | 0.61% | - |
| HSV(B) | 277.46º | 0.72% | 0.95% | - |
| XYZ | 35.85 | 19.72 | 85.14 | - |
| YUV | 120.01 | 196.28 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 241 | 0.27 | 0.72 | 0 | 0.05 | 277.46 | 0.86 | 0.61 |
| Hex | B0 | 44 | F1 | 1B | 48 | 0 | 5 | 115 | 56 | 3D |
| Octal | 260 | 104 | 361 | 33 | 110 | 0 | 5 | 425 | 126 | 75 |
| Binary | 10110000 | 1000100 | 11110001 | 11011 | 1001000 | 0 | 101 | 100010101 | 1010110 | 111101 |
Color Harmonies of #B044F1
Complementary color
Monochromatic Colors of #B044F1
Black with #B044F1
Text Example
Text Example
White with #B044F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044F1; }
p { color: rgb(176,68,241); }
H1.HeaderClassName
{
color: #B044F1;
}
.AnyTagClassName
{
color: #B044F1;
}
</style>
background-color css
<style>
a { background-color: #B044F1; }
a { background-color: rgb(176,68,241); }
div.DivClassName
{
background-color: #B044F1;
}
.BgClassName
{
background-color: #B044F1;
}
</style>
border-color css
<style>
span { border-color: #B044F1; }
span { border-color: rgb(176,68,241); }
td.TdClassName
{
border-color: #B044F1;
}
.TagClassName
{
border-color: #B044F1;
}
</style>