Shades of Medium Orchid #B144CF
Tints of Medium Orchid #B144CF
RGB
CMYK
RGB Variations
Color information
#B144CF (or 0xB144CF) is known color: Medium Orchid. HEX triplet: B1, 44 and CF. RGB value is (177,68,207). Sum of RGB (Red+Green+Blue) = 177+68+207=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #B144CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B144CF is #4EBB30. Grayscale: #737373. Windows color (decimal): -5159729 or 13583537. OLE color: 13583537.
HSL color Cylindrical-coordinate representation of color #B144CF: hue angle of 287.05º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B144CF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 68 | 207 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.19 |
| HSL | 287.05º | 0.59% | 0.54% | - |
| HSV(B) | 287.05º | 0.67% | 0.81% | - |
| XYZ | 31.46 | 17.99 | 60.85 | - |
| YUV | 116.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 207 | 0.14 | 0.67 | 0 | 0.19 | 287.05 | 0.59 | 0.54 |
| Hex | B1 | 44 | CF | E | 43 | 0 | 13 | 11F | 3B | 36 |
| Octal | 261 | 104 | 317 | 16 | 103 | 0 | 23 | 437 | 73 | 66 |
| Binary | 10110001 | 1000100 | 11001111 | 1110 | 1000011 | 0 | 10011 | 100011111 | 111011 | 110110 |
Color Harmonies of #B144CF
Complementary color
Monochromatic Colors of #B144CF
Black with #B144CF
Text Example
Text Example
White with #B144CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144CF; }
p { color: rgb(177,68,207); }
H1.HeaderClassName
{
color: #B144CF;
}
.AnyTagClassName
{
color: #B144CF;
}
</style>
background-color css
<style>
a { background-color: #B144CF; }
a { background-color: rgb(177,68,207); }
div.DivClassName
{
background-color: #B144CF;
}
.BgClassName
{
background-color: #B144CF;
}
</style>
border-color css
<style>
span { border-color: #B144CF; }
span { border-color: rgb(177,68,207); }
td.TdClassName
{
border-color: #B144CF;
}
.TagClassName
{
border-color: #B144CF;
}
</style>