Shades of Medium Orchid #B044FE
Tints of Medium Orchid #B044FE
RGB
CMYK
RGB Variations
Color information
#B044FE (or 0xB044FE) is known color: Medium Orchid. HEX triplet: B0, 44 and FE. RGB value is (176,68,254). Sum of RGB (Red+Green+Blue) = 176+68+254=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B044FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044FE is #4FBB01. Grayscale: #787878. Windows color (decimal): -5225218 or 16663728. OLE color: 16663728.
HSL color Cylindrical-coordinate representation of color #B044FE: hue angle of 274.84º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B044FE is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 68 | 254 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.00 |
| HSL | 274.84º | 0.99% | 0.63% | - |
| HSV(B) | 274.84º | 0.73% | 1% | - |
| XYZ | 37.86 | 20.52 | 95.73 | - |
| YUV | 121.5 | 202.78 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 254 | 0.31 | 0.73 | 0 | 0.00 | 274.84 | 0.99 | 0.63 |
| Hex | B0 | 44 | FE | 1F | 49 | 0 | 0 | 113 | 63 | 3F |
| Octal | 260 | 104 | 376 | 37 | 111 | 0 | 0 | 423 | 143 | 77 |
| Binary | 10110000 | 1000100 | 11111110 | 11111 | 1001001 | 0 | 0 | 100010011 | 1100011 | 111111 |
Color Harmonies of #B044FE
Complementary color
Monochromatic Colors of #B044FE
Black with #B044FE
Text Example
Text Example
White with #B044FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044FE; }
p { color: rgb(176,68,254); }
H1.HeaderClassName
{
color: #B044FE;
}
.AnyTagClassName
{
color: #B044FE;
}
</style>
background-color css
<style>
a { background-color: #B044FE; }
a { background-color: rgb(176,68,254); }
div.DivClassName
{
background-color: #B044FE;
}
.BgClassName
{
background-color: #B044FE;
}
</style>
border-color css
<style>
span { border-color: #B044FE; }
span { border-color: rgb(176,68,254); }
td.TdClassName
{
border-color: #B044FE;
}
.TagClassName
{
border-color: #B044FE;
}
</style>