Shades of Medium Orchid #B144DC
Tints of Medium Orchid #B144DC
RGB
CMYK
RGB Variations
Color information
#B144DC (or 0xB144DC) is known color: Medium Orchid. HEX triplet: B1, 44 and DC. RGB value is (177,68,220). Sum of RGB (Red+Green+Blue) = 177+68+220=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 68 (26.95% from 255 or 14.62% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #B144DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144DC is #4EBB23. Grayscale: #757575. Windows color (decimal): -5159716 or 14435505. OLE color: 14435505.
HSL color Cylindrical-coordinate representation of color #B144DC: hue angle of 283.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B144DC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 68 | 220 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.14 |
| HSL | 283.03º | 0.68% | 0.56% | - |
| HSV(B) | 283.03º | 0.69% | 0.86% | - |
| XYZ | 33.12 | 18.65 | 69.56 | - |
| YUV | 117.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 220 | 0.20 | 0.69 | 0 | 0.14 | 283.03 | 0.68 | 0.56 |
| Hex | B1 | 44 | DC | 14 | 45 | 0 | E | 11B | 44 | 38 |
| Octal | 261 | 104 | 334 | 24 | 105 | 0 | 16 | 433 | 104 | 70 |
| Binary | 10110001 | 1000100 | 11011100 | 10100 | 1000101 | 0 | 1110 | 100011011 | 1000100 | 111000 |
Color Harmonies of #B144DC
Complementary color
Monochromatic Colors of #B144DC
Black with #B144DC
Text Example
Text Example
White with #B144DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144DC; }
p { color: rgb(177,68,220); }
H1.HeaderClassName
{
color: #B144DC;
}
.AnyTagClassName
{
color: #B144DC;
}
</style>
background-color css
<style>
a { background-color: #B144DC; }
a { background-color: rgb(177,68,220); }
div.DivClassName
{
background-color: #B144DC;
}
.BgClassName
{
background-color: #B144DC;
}
</style>
border-color css
<style>
span { border-color: #B144DC; }
span { border-color: rgb(177,68,220); }
td.TdClassName
{
border-color: #B144DC;
}
.TagClassName
{
border-color: #B144DC;
}
</style>