Shades of Medium Orchid #B044FD
Tints of Medium Orchid #B044FD
RGB
CMYK
RGB Variations
Color information
#B044FD (or 0xB044FD) is known color: Medium Orchid. HEX triplet: B0, 44 and FD. RGB value is (176,68,253). Sum of RGB (Red+Green+Blue) = 176+68+253=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #B044FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B044FD is #4FBB02. Grayscale: #787878. Windows color (decimal): -5225219 or 16598192. OLE color: 16598192.
HSL color Cylindrical-coordinate representation of color #B044FD: hue angle of 275.03º degrees, saturation: 0.98, 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 #B044FD is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 68 | 253 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.01 |
| HSL | 275.03º | 0.98% | 0.63% | - |
| HSV(B) | 275.03º | 0.73% | 0.99% | - |
| XYZ | 37.7 | 20.46 | 94.89 | - |
| YUV | 121.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 253 | 0.30 | 0.73 | 0 | 0.01 | 275.03 | 0.98 | 0.63 |
| Hex | B0 | 44 | FD | 1E | 49 | 0 | 1 | 113 | 62 | 3F |
| Octal | 260 | 104 | 375 | 36 | 111 | 0 | 1 | 423 | 142 | 77 |
| Binary | 10110000 | 1000100 | 11111101 | 11110 | 1001001 | 0 | 1 | 100010011 | 1100010 | 111111 |
Color Harmonies of #B044FD
Complementary color
Monochromatic Colors of #B044FD
Black with #B044FD
Text Example
Text Example
White with #B044FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044FD; }
p { color: rgb(176,68,253); }
H1.HeaderClassName
{
color: #B044FD;
}
.AnyTagClassName
{
color: #B044FD;
}
</style>
background-color css
<style>
a { background-color: #B044FD; }
a { background-color: rgb(176,68,253); }
div.DivClassName
{
background-color: #B044FD;
}
.BgClassName
{
background-color: #B044FD;
}
</style>
border-color css
<style>
span { border-color: #B044FD; }
span { border-color: rgb(176,68,253); }
td.TdClassName
{
border-color: #B044FD;
}
.TagClassName
{
border-color: #B044FD;
}
</style>