Shades of Medium Orchid #B44CCC
Tints of Medium Orchid #B44CCC
RGB
CMYK
RGB Variations
Color information
#B44CCC (or 0xB44CCC) is known color: Medium Orchid. HEX triplet: B4, 4C and CC. RGB value is (180,76,204). Sum of RGB (Red+Green+Blue) = 180+76+204=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B44CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CCC is #4BB333. Grayscale: #797979. Windows color (decimal): -4961076 or 13388980. OLE color: 13388980.
HSL color Cylindrical-coordinate representation of color #B44CCC: hue angle of 288.75º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44CCC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 76 | 204 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.2 |
| HSL | 288.75º | 0.56% | 0.55% | - |
| HSV(B) | 288.75º | 0.63% | 0.8% | - |
| XYZ | 32.31 | 19.23 | 59.14 | - |
| YUV | 121.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 204 | 0.12 | 0.63 | 0 | 0.2 | 288.75 | 0.56 | 0.55 |
| Hex | B4 | 4C | CC | C | 3F | 0 | 14 | 121 | 38 | 37 |
| Octal | 264 | 114 | 314 | 14 | 77 | 0 | 24 | 441 | 70 | 67 |
| Binary | 10110100 | 1001100 | 11001100 | 1100 | 111111 | 0 | 10100 | 100100001 | 111000 | 110111 |
Color Harmonies of #B44CCC
Complementary color
Monochromatic Colors of #B44CCC
Black with #B44CCC
Text Example
Text Example
White with #B44CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CCC; }
p { color: rgb(180,76,204); }
H1.HeaderClassName
{
color: #B44CCC;
}
.AnyTagClassName
{
color: #B44CCC;
}
</style>
background-color css
<style>
a { background-color: #B44CCC; }
a { background-color: rgb(180,76,204); }
div.DivClassName
{
background-color: #B44CCC;
}
.BgClassName
{
background-color: #B44CCC;
}
</style>
border-color css
<style>
span { border-color: #B44CCC; }
span { border-color: rgb(180,76,204); }
td.TdClassName
{
border-color: #B44CCC;
}
.TagClassName
{
border-color: #B44CCC;
}
</style>