Shades of Medium Orchid #B44DDA
Tints of Medium Orchid #B44DDA
RGB
CMYK
RGB Variations
Color information
#B44DDA (or 0xB44DDA) is known color: Medium Orchid. HEX triplet: B4, 4D and DA. RGB value is (180,77,218). Sum of RGB (Red+Green+Blue) = 180+77+218=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #B44DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DDA is #4BB225. Grayscale: #7B7B7B. Windows color (decimal): -4960806 or 14306740. OLE color: 14306740.
HSL color Cylindrical-coordinate representation of color #B44DDA: hue angle of 283.83º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B44DDA is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 77 | 218 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.15 |
| HSL | 283.83º | 0.66% | 0.58% | - |
| HSV(B) | 283.83º | 0.65% | 0.85% | - |
| XYZ | 34.13 | 20.07 | 68.41 | - |
| YUV | 123.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 218 | 0.17 | 0.65 | 0 | 0.15 | 283.83 | 0.66 | 0.58 |
| Hex | B4 | 4D | DA | 11 | 41 | 0 | F | 11C | 42 | 3A |
| Octal | 264 | 115 | 332 | 21 | 101 | 0 | 17 | 434 | 102 | 72 |
| Binary | 10110100 | 1001101 | 11011010 | 10001 | 1000001 | 0 | 1111 | 100011100 | 1000010 | 111010 |
Color Harmonies of #B44DDA
Complementary color
Monochromatic Colors of #B44DDA
Black with #B44DDA
Text Example
Text Example
White with #B44DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44DDA; }
p { color: rgb(180,77,218); }
H1.HeaderClassName
{
color: #B44DDA;
}
.AnyTagClassName
{
color: #B44DDA;
}
</style>
background-color css
<style>
a { background-color: #B44DDA; }
a { background-color: rgb(180,77,218); }
div.DivClassName
{
background-color: #B44DDA;
}
.BgClassName
{
background-color: #B44DDA;
}
</style>
border-color css
<style>
span { border-color: #B44DDA; }
span { border-color: rgb(180,77,218); }
td.TdClassName
{
border-color: #B44DDA;
}
.TagClassName
{
border-color: #B44DDA;
}
</style>