Shades of Medium Orchid #B044DF
Tints of Medium Orchid #B044DF
RGB
CMYK
RGB Variations
Color information
#B044DF (or 0xB044DF) is known color: Medium Orchid. HEX triplet: B0, 44 and DF. RGB value is (176,68,223). Sum of RGB (Red+Green+Blue) = 176+68+223=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #B044DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044DF is #4FBB20. Grayscale: #757575. Windows color (decimal): -5225249 or 14632112. OLE color: 14632112.
HSL color Cylindrical-coordinate representation of color #B044DF: hue angle of 281.81º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B044DF is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 68 | 223 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.13 |
| HSL | 281.81º | 0.71% | 0.57% | - |
| HSV(B) | 281.81º | 0.7% | 0.87% | - |
| XYZ | 33.29 | 18.69 | 71.67 | - |
| YUV | 117.96 | 187.28 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 223 | 0.21 | 0.70 | 0 | 0.13 | 281.81 | 0.71 | 0.57 |
| Hex | B0 | 44 | DF | 15 | 46 | 0 | D | 11A | 47 | 39 |
| Octal | 260 | 104 | 337 | 25 | 106 | 0 | 15 | 432 | 107 | 71 |
| Binary | 10110000 | 1000100 | 11011111 | 10101 | 1000110 | 0 | 1101 | 100011010 | 1000111 | 111001 |
Color Harmonies of #B044DF
Complementary color
Monochromatic Colors of #B044DF
Black with #B044DF
Text Example
Text Example
White with #B044DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044DF; }
p { color: rgb(176,68,223); }
H1.HeaderClassName
{
color: #B044DF;
}
.AnyTagClassName
{
color: #B044DF;
}
</style>
background-color css
<style>
a { background-color: #B044DF; }
a { background-color: rgb(176,68,223); }
div.DivClassName
{
background-color: #B044DF;
}
.BgClassName
{
background-color: #B044DF;
}
</style>
border-color css
<style>
span { border-color: #B044DF; }
span { border-color: rgb(176,68,223); }
td.TdClassName
{
border-color: #B044DF;
}
.TagClassName
{
border-color: #B044DF;
}
</style>