Shades of Medium Orchid #B044D1
Tints of Medium Orchid #B044D1
RGB
CMYK
RGB Variations
Color information
#B044D1 (or 0xB044D1) is known color: Medium Orchid. HEX triplet: B0, 44 and D1. RGB value is (176,68,209). Sum of RGB (Red+Green+Blue) = 176+68+209=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #B044D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B044D1 is #4FBB2E. Grayscale: #737373. Windows color (decimal): -5225263 or 13714608. OLE color: 13714608.
HSL color Cylindrical-coordinate representation of color #B044D1: hue angle of 285.96º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B044D1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 68 | 209 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.18 |
| HSL | 285.96º | 0.61% | 0.54% | - |
| HSV(B) | 285.96º | 0.67% | 0.82% | - |
| XYZ | 31.48 | 17.97 | 62.13 | - |
| YUV | 116.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 209 | 0.16 | 0.67 | 0 | 0.18 | 285.96 | 0.61 | 0.54 |
| Hex | B0 | 44 | D1 | 10 | 43 | 0 | 12 | 11E | 3D | 36 |
| Octal | 260 | 104 | 321 | 20 | 103 | 0 | 22 | 436 | 75 | 66 |
| Binary | 10110000 | 1000100 | 11010001 | 10000 | 1000011 | 0 | 10010 | 100011110 | 111101 | 110110 |
Color Harmonies of #B044D1
Complementary color
Monochromatic Colors of #B044D1
Black with #B044D1
Text Example
Text Example
White with #B044D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B044D1; }
p { color: rgb(176,68,209); }
H1.HeaderClassName
{
color: #B044D1;
}
.AnyTagClassName
{
color: #B044D1;
}
</style>
background-color css
<style>
a { background-color: #B044D1; }
a { background-color: rgb(176,68,209); }
div.DivClassName
{
background-color: #B044D1;
}
.BgClassName
{
background-color: #B044D1;
}
</style>
border-color css
<style>
span { border-color: #B044D1; }
span { border-color: rgb(176,68,209); }
td.TdClassName
{
border-color: #B044D1;
}
.TagClassName
{
border-color: #B044D1;
}
</style>