Shades of Medium Orchid #B044FC
Tints of Medium Orchid #B044FC
RGB
CMYK
RGB Variations
Color information
#B044FC (or 0xB044FC) is known color: Medium Orchid. HEX triplet: B0, 44 and FC. RGB value is (176,68,252). Sum of RGB (Red+Green+Blue) = 176+68+252=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B044FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044FC is #4FBB03. Grayscale: #787878. Windows color (decimal): -5225220 or 16532656. OLE color: 16532656.
HSL color Cylindrical-coordinate representation of color #B044FC: hue angle of 275.22º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B044FC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 68 | 252 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.01 |
| HSL | 275.22º | 0.97% | 0.63% | - |
| HSV(B) | 275.22º | 0.73% | 0.99% | - |
| XYZ | 37.54 | 20.39 | 94.05 | - |
| YUV | 121.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 252 | 0.30 | 0.73 | 0 | 0.01 | 275.22 | 0.97 | 0.63 |
| Hex | B0 | 44 | FC | 1E | 49 | 0 | 1 | 113 | 61 | 3F |
| Octal | 260 | 104 | 374 | 36 | 111 | 0 | 1 | 423 | 141 | 77 |
| Binary | 10110000 | 1000100 | 11111100 | 11110 | 1001001 | 0 | 1 | 100010011 | 1100001 | 111111 |
Color Harmonies of #B044FC
Complementary color
Monochromatic Colors of #B044FC
Black with #B044FC
Text Example
Text Example
White with #B044FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044FC; }
p { color: rgb(176,68,252); }
H1.HeaderClassName
{
color: #B044FC;
}
.AnyTagClassName
{
color: #B044FC;
}
</style>
background-color css
<style>
a { background-color: #B044FC; }
a { background-color: rgb(176,68,252); }
div.DivClassName
{
background-color: #B044FC;
}
.BgClassName
{
background-color: #B044FC;
}
</style>
border-color css
<style>
span { border-color: #B044FC; }
span { border-color: rgb(176,68,252); }
td.TdClassName
{
border-color: #B044FC;
}
.TagClassName
{
border-color: #B044FC;
}
</style>