Shades of Medium Orchid #B44AD3
Tints of Medium Orchid #B44AD3
RGB
CMYK
RGB Variations
Color information
#B44AD3 (or 0xB44AD3) is known color: Medium Orchid. HEX triplet: B4, 4A and D3. RGB value is (180,74,211). Sum of RGB (Red+Green+Blue) = 180+74+211=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #B44AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44AD3 is #4BB52C. Grayscale: #787878. Windows color (decimal): -4961581 or 13847220. OLE color: 13847220.
HSL color Cylindrical-coordinate representation of color #B44AD3: hue angle of 286.42º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B44AD3 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 74 | 211 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.17 |
| HSL | 286.42º | 0.61% | 0.56% | - |
| HSV(B) | 286.42º | 0.65% | 0.83% | - |
| XYZ | 33.03 | 19.3 | 63.61 | - |
| YUV | 121.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 211 | 0.15 | 0.65 | 0 | 0.17 | 286.42 | 0.61 | 0.56 |
| Hex | B4 | 4A | D3 | F | 41 | 0 | 11 | 11E | 3D | 38 |
| Octal | 264 | 112 | 323 | 17 | 101 | 0 | 21 | 436 | 75 | 70 |
| Binary | 10110100 | 1001010 | 11010011 | 1111 | 1000001 | 0 | 10001 | 100011110 | 111101 | 111000 |
Color Harmonies of #B44AD3
Complementary color
Monochromatic Colors of #B44AD3
Black with #B44AD3
Text Example
Text Example
White with #B44AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44AD3; }
p { color: rgb(180,74,211); }
H1.HeaderClassName
{
color: #B44AD3;
}
.AnyTagClassName
{
color: #B44AD3;
}
</style>
background-color css
<style>
a { background-color: #B44AD3; }
a { background-color: rgb(180,74,211); }
div.DivClassName
{
background-color: #B44AD3;
}
.BgClassName
{
background-color: #B44AD3;
}
</style>
border-color css
<style>
span { border-color: #B44AD3; }
span { border-color: rgb(180,74,211); }
td.TdClassName
{
border-color: #B44AD3;
}
.TagClassName
{
border-color: #B44AD3;
}
</style>