Shades of Medium Orchid #B44BDC
Tints of Medium Orchid #B44BDC
RGB
CMYK
RGB Variations
Color information
#B44BDC (or 0xB44BDC) is known color: Medium Orchid. HEX triplet: B4, 4B and DC. RGB value is (180,75,220). Sum of RGB (Red+Green+Blue) = 180+75+220=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #B44BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BDC is #4BB423. Grayscale: #7A7A7A. Windows color (decimal): -4961316 or 14437300. OLE color: 14437300.
HSL color Cylindrical-coordinate representation of color #B44BDC: hue angle of 283.45º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B44BDC is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 75 | 220 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.14 |
| HSL | 283.45º | 0.67% | 0.58% | - |
| HSV(B) | 283.45º | 0.66% | 0.86% | - |
| XYZ | 34.26 | 19.9 | 69.75 | - |
| YUV | 122.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 220 | 0.18 | 0.66 | 0 | 0.14 | 283.45 | 0.67 | 0.58 |
| Hex | B4 | 4B | DC | 12 | 42 | 0 | E | 11B | 43 | 3A |
| Octal | 264 | 113 | 334 | 22 | 102 | 0 | 16 | 433 | 103 | 72 |
| Binary | 10110100 | 1001011 | 11011100 | 10010 | 1000010 | 0 | 1110 | 100011011 | 1000011 | 111010 |
Color Harmonies of #B44BDC
Complementary color
Monochromatic Colors of #B44BDC
Black with #B44BDC
Text Example
Text Example
White with #B44BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44BDC; }
p { color: rgb(180,75,220); }
H1.HeaderClassName
{
color: #B44BDC;
}
.AnyTagClassName
{
color: #B44BDC;
}
</style>
background-color css
<style>
a { background-color: #B44BDC; }
a { background-color: rgb(180,75,220); }
div.DivClassName
{
background-color: #B44BDC;
}
.BgClassName
{
background-color: #B44BDC;
}
</style>
border-color css
<style>
span { border-color: #B44BDC; }
span { border-color: rgb(180,75,220); }
td.TdClassName
{
border-color: #B44BDC;
}
.TagClassName
{
border-color: #B44BDC;
}
</style>