Shades of Medium Orchid #B44ACC
Tints of Medium Orchid #B44ACC
RGB
CMYK
RGB Variations
Color information
#B44ACC (or 0xB44ACC) is known color: Medium Orchid. HEX triplet: B4, 4A and CC. RGB value is (180,74,204). Sum of RGB (Red+Green+Blue) = 180+74+204=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B44ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44ACC is #4BB533. Grayscale: #787878. Windows color (decimal): -4961588 or 13388468. OLE color: 13388468.
HSL color Cylindrical-coordinate representation of color #B44ACC: hue angle of 288.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44ACC is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 74 | 204 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.2 |
| HSL | 288.92º | 0.56% | 0.55% | - |
| HSV(B) | 288.92º | 0.64% | 0.8% | - |
| XYZ | 32.17 | 18.96 | 59.09 | - |
| YUV | 120.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 204 | 0.12 | 0.64 | 0 | 0.2 | 288.92 | 0.56 | 0.55 |
| Hex | B4 | 4A | CC | C | 40 | 0 | 14 | 121 | 38 | 37 |
| Octal | 264 | 112 | 314 | 14 | 100 | 0 | 24 | 441 | 70 | 67 |
| Binary | 10110100 | 1001010 | 11001100 | 1100 | 1000000 | 0 | 10100 | 100100001 | 111000 | 110111 |
Color Harmonies of #B44ACC
Complementary color
Monochromatic Colors of #B44ACC
Black with #B44ACC
Text Example
Text Example
White with #B44ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44ACC; }
p { color: rgb(180,74,204); }
H1.HeaderClassName
{
color: #B44ACC;
}
.AnyTagClassName
{
color: #B44ACC;
}
</style>
background-color css
<style>
a { background-color: #B44ACC; }
a { background-color: rgb(180,74,204); }
div.DivClassName
{
background-color: #B44ACC;
}
.BgClassName
{
background-color: #B44ACC;
}
</style>
border-color css
<style>
span { border-color: #B44ACC; }
span { border-color: rgb(180,74,204); }
td.TdClassName
{
border-color: #B44ACC;
}
.TagClassName
{
border-color: #B44ACC;
}
</style>