Shades of Medium Orchid #B44DCB
Tints of Medium Orchid #B44DCB
RGB
CMYK
RGB Variations
Color information
#B44DCB (or 0xB44DCB) is known color: Medium Orchid. HEX triplet: B4, 4D and CB. RGB value is (180,77,203). Sum of RGB (Red+Green+Blue) = 180+77+203=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #B44DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B44DCB is #4BB234. Grayscale: #797979. Windows color (decimal): -4960821 or 13323700. OLE color: 13323700.
HSL color Cylindrical-coordinate representation of color #B44DCB: hue angle of 289.05º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B44DCB is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 77 | 203 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.20 |
| HSL | 289.05º | 0.55% | 0.55% | - |
| HSV(B) | 289.05º | 0.62% | 0.8% | - |
| XYZ | 32.26 | 19.32 | 58.53 | - |
| YUV | 122.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 77 | 203 | 0.11 | 0.62 | 0 | 0.20 | 289.05 | 0.55 | 0.55 |
| Hex | B4 | 4D | CB | B | 3E | 0 | 14 | 121 | 37 | 37 |
| Octal | 264 | 115 | 313 | 13 | 76 | 0 | 24 | 441 | 67 | 67 |
| Binary | 10110100 | 1001101 | 11001011 | 1011 | 111110 | 0 | 10100 | 100100001 | 110111 | 110111 |
Color Harmonies of #B44DCB
Complementary color
Monochromatic Colors of #B44DCB
Black with #B44DCB
Text Example
Text Example
White with #B44DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44DCB; }
p { color: rgb(180,77,203); }
H1.HeaderClassName
{
color: #B44DCB;
}
.AnyTagClassName
{
color: #B44DCB;
}
</style>
background-color css
<style>
a { background-color: #B44DCB; }
a { background-color: rgb(180,77,203); }
div.DivClassName
{
background-color: #B44DCB;
}
.BgClassName
{
background-color: #B44DCB;
}
</style>
border-color css
<style>
span { border-color: #B44DCB; }
span { border-color: rgb(180,77,203); }
td.TdClassName
{
border-color: #B44DCB;
}
.TagClassName
{
border-color: #B44DCB;
}
</style>