Shades of Medium Orchid #B144CC
Tints of Medium Orchid #B144CC
RGB
CMYK
RGB Variations
Color information
#B144CC (or 0xB144CC) is known color: Medium Orchid. HEX triplet: B1, 44 and CC. RGB value is (177,68,204). Sum of RGB (Red+Green+Blue) = 177+68+204=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #B144CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144CC is #4EBB33. Grayscale: #737373. Windows color (decimal): -5159732 or 13386929. OLE color: 13386929.
HSL color Cylindrical-coordinate representation of color #B144CC: hue angle of 288.09º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B144CC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 68 | 204 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.2 |
| HSL | 288.09º | 0.57% | 0.53% | - |
| HSV(B) | 288.09º | 0.67% | 0.8% | - |
| XYZ | 31.1 | 17.84 | 58.93 | - |
| YUV | 116.1 | 177.61 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 204 | 0.13 | 0.67 | 0 | 0.2 | 288.09 | 0.57 | 0.53 |
| Hex | B1 | 44 | CC | D | 43 | 0 | 14 | 120 | 39 | 35 |
| Octal | 261 | 104 | 314 | 15 | 103 | 0 | 24 | 440 | 71 | 65 |
| Binary | 10110001 | 1000100 | 11001100 | 1101 | 1000011 | 0 | 10100 | 100100000 | 111001 | 110101 |
Color Harmonies of #B144CC
Complementary color
Monochromatic Colors of #B144CC
Black with #B144CC
Text Example
Text Example
White with #B144CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144CC; }
p { color: rgb(177,68,204); }
H1.HeaderClassName
{
color: #B144CC;
}
.AnyTagClassName
{
color: #B144CC;
}
</style>
background-color css
<style>
a { background-color: #B144CC; }
a { background-color: rgb(177,68,204); }
div.DivClassName
{
background-color: #B144CC;
}
.BgClassName
{
background-color: #B144CC;
}
</style>
border-color css
<style>
span { border-color: #B144CC; }
span { border-color: rgb(177,68,204); }
td.TdClassName
{
border-color: #B144CC;
}
.TagClassName
{
border-color: #B144CC;
}
</style>