Shades of Medium Orchid #B44BCC
Tints of Medium Orchid #B44BCC
RGB
CMYK
RGB Variations
Color information
#B44BCC (or 0xB44BCC) is known color: Medium Orchid. HEX triplet: B4, 4B and CC. RGB value is (180,75,204). Sum of RGB (Red+Green+Blue) = 180+75+204=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #B44BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BCC is #4BB433. Grayscale: #787878. Windows color (decimal): -4961332 or 13388724. OLE color: 13388724.
HSL color Cylindrical-coordinate representation of color #B44BCC: hue angle of 288.84º 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 #B44BCC is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 75 | 204 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.2 |
| HSL | 288.84º | 0.56% | 0.55% | - |
| HSV(B) | 288.84º | 0.63% | 0.8% | - |
| XYZ | 32.24 | 19.1 | 59.11 | - |
| YUV | 121.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 204 | 0.12 | 0.63 | 0 | 0.2 | 288.84 | 0.56 | 0.55 |
| Hex | B4 | 4B | CC | C | 3F | 0 | 14 | 121 | 38 | 37 |
| Octal | 264 | 113 | 314 | 14 | 77 | 0 | 24 | 441 | 70 | 67 |
| Binary | 10110100 | 1001011 | 11001100 | 1100 | 111111 | 0 | 10100 | 100100001 | 111000 | 110111 |
Color Harmonies of #B44BCC
Complementary color
Monochromatic Colors of #B44BCC
Black with #B44BCC
Text Example
Text Example
White with #B44BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44BCC; }
p { color: rgb(180,75,204); }
H1.HeaderClassName
{
color: #B44BCC;
}
.AnyTagClassName
{
color: #B44BCC;
}
</style>
background-color css
<style>
a { background-color: #B44BCC; }
a { background-color: rgb(180,75,204); }
div.DivClassName
{
background-color: #B44BCC;
}
.BgClassName
{
background-color: #B44BCC;
}
</style>
border-color css
<style>
span { border-color: #B44BCC; }
span { border-color: rgb(180,75,204); }
td.TdClassName
{
border-color: #B44BCC;
}
.TagClassName
{
border-color: #B44BCC;
}
</style>