Shades of Medium Orchid #B44CDC
Tints of Medium Orchid #B44CDC
RGB
CMYK
RGB Variations
Color information
#B44CDC (or 0xB44CDC) is known color: Medium Orchid. HEX triplet: B4, 4C and DC. RGB value is (180,76,220). Sum of RGB (Red+Green+Blue) = 180+76+220=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B44CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44CDC is #4BB323. Grayscale: #7B7B7B. Windows color (decimal): -4961060 or 14437556. OLE color: 14437556.
HSL color Cylindrical-coordinate representation of color #B44CDC: hue angle of 283.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B44CDC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 76 | 220 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.14 |
| HSL | 283.33º | 0.67% | 0.58% | - |
| HSV(B) | 283.33º | 0.65% | 0.86% | - |
| XYZ | 34.33 | 20.04 | 69.77 | - |
| YUV | 123.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 220 | 0.18 | 0.65 | 0 | 0.14 | 283.33 | 0.67 | 0.58 |
| Hex | B4 | 4C | DC | 12 | 41 | 0 | E | 11B | 43 | 3A |
| Octal | 264 | 114 | 334 | 22 | 101 | 0 | 16 | 433 | 103 | 72 |
| Binary | 10110100 | 1001100 | 11011100 | 10010 | 1000001 | 0 | 1110 | 100011011 | 1000011 | 111010 |
Color Harmonies of #B44CDC
Complementary color
Monochromatic Colors of #B44CDC
Black with #B44CDC
Text Example
Text Example
White with #B44CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44CDC; }
p { color: rgb(180,76,220); }
H1.HeaderClassName
{
color: #B44CDC;
}
.AnyTagClassName
{
color: #B44CDC;
}
</style>
background-color css
<style>
a { background-color: #B44CDC; }
a { background-color: rgb(180,76,220); }
div.DivClassName
{
background-color: #B44CDC;
}
.BgClassName
{
background-color: #B44CDC;
}
</style>
border-color css
<style>
span { border-color: #B44CDC; }
span { border-color: rgb(180,76,220); }
td.TdClassName
{
border-color: #B44CDC;
}
.TagClassName
{
border-color: #B44CDC;
}
</style>