Shades of Medium Orchid #B44BDA
Tints of Medium Orchid #B44BDA
RGB
CMYK
RGB Variations
Color information
#B44BDA (or 0xB44BDA) is known color: Medium Orchid. HEX triplet: B4, 4B and DA. RGB value is (180,75,218). Sum of RGB (Red+Green+Blue) = 180+75+218=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #B44BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B44BDA is #4BB425. Grayscale: #7A7A7A. Windows color (decimal): -4961318 or 14306228. OLE color: 14306228.
HSL color Cylindrical-coordinate representation of color #B44BDA: hue angle of 284.06º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B44BDA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 75 | 218 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.15 |
| HSL | 284.06º | 0.66% | 0.57% | - |
| HSV(B) | 284.06º | 0.66% | 0.85% | - |
| XYZ | 33.99 | 19.8 | 68.36 | - |
| YUV | 122.7 | 181.79 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 218 | 0.17 | 0.66 | 0 | 0.15 | 284.06 | 0.66 | 0.57 |
| Hex | B4 | 4B | DA | 11 | 42 | 0 | F | 11C | 42 | 39 |
| Octal | 264 | 113 | 332 | 21 | 102 | 0 | 17 | 434 | 102 | 71 |
| Binary | 10110100 | 1001011 | 11011010 | 10001 | 1000010 | 0 | 1111 | 100011100 | 1000010 | 111001 |
Color Harmonies of #B44BDA
Complementary color
Monochromatic Colors of #B44BDA
Black with #B44BDA
Text Example
Text Example
White with #B44BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44BDA; }
p { color: rgb(180,75,218); }
H1.HeaderClassName
{
color: #B44BDA;
}
.AnyTagClassName
{
color: #B44BDA;
}
</style>
background-color css
<style>
a { background-color: #B44BDA; }
a { background-color: rgb(180,75,218); }
div.DivClassName
{
background-color: #B44BDA;
}
.BgClassName
{
background-color: #B44BDA;
}
</style>
border-color css
<style>
span { border-color: #B44BDA; }
span { border-color: rgb(180,75,218); }
td.TdClassName
{
border-color: #B44BDA;
}
.TagClassName
{
border-color: #B44BDA;
}
</style>