Shades of Medium Orchid #B144DD
Tints of Medium Orchid #B144DD
RGB
CMYK
RGB Variations
Color information
#B144DD (or 0xB144DD) is known color: Medium Orchid. HEX triplet: B1, 44 and DD. RGB value is (177,68,221). Sum of RGB (Red+Green+Blue) = 177+68+221=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 68 (26.95% from 255 or 14.59% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #B144DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144DD is #4EBB22. Grayscale: #757575. Windows color (decimal): -5159715 or 14501041. OLE color: 14501041.
HSL color Cylindrical-coordinate representation of color #B144DD: hue angle of 282.75º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B144DD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 68 | 221 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.13 |
| HSL | 282.75º | 0.69% | 0.57% | - |
| HSV(B) | 282.75º | 0.69% | 0.87% | - |
| XYZ | 33.25 | 18.7 | 70.26 | - |
| YUV | 118.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 221 | 0.20 | 0.69 | 0 | 0.13 | 282.75 | 0.69 | 0.57 |
| Hex | B1 | 44 | DD | 14 | 45 | 0 | D | 11B | 45 | 39 |
| Octal | 261 | 104 | 335 | 24 | 105 | 0 | 15 | 433 | 105 | 71 |
| Binary | 10110001 | 1000100 | 11011101 | 10100 | 1000101 | 0 | 1101 | 100011011 | 1000101 | 111001 |
Color Harmonies of #B144DD
Complementary color
Monochromatic Colors of #B144DD
Black with #B144DD
Text Example
Text Example
White with #B144DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144DD; }
p { color: rgb(177,68,221); }
H1.HeaderClassName
{
color: #B144DD;
}
.AnyTagClassName
{
color: #B144DD;
}
</style>
background-color css
<style>
a { background-color: #B144DD; }
a { background-color: rgb(177,68,221); }
div.DivClassName
{
background-color: #B144DD;
}
.BgClassName
{
background-color: #B144DD;
}
</style>
border-color css
<style>
span { border-color: #B144DD; }
span { border-color: rgb(177,68,221); }
td.TdClassName
{
border-color: #B144DD;
}
.TagClassName
{
border-color: #B144DD;
}
</style>