Shades of Medium Orchid #B144EF
Tints of Medium Orchid #B144EF
RGB
CMYK
RGB Variations
Color information
#B144EF (or 0xB144EF) is known color: Medium Orchid. HEX triplet: B1, 44 and EF. RGB value is (177,68,239). Sum of RGB (Red+Green+Blue) = 177+68+239=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #B144EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144EF is #4EBB10. Grayscale: #777777. Windows color (decimal): -5159697 or 15680689. OLE color: 15680689.
HSL color Cylindrical-coordinate representation of color #B144EF: hue angle of 278.25º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B144EF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 68 | 239 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.06 |
| HSL | 278.25º | 0.84% | 0.6% | - |
| HSV(B) | 278.25º | 0.72% | 0.94% | - |
| XYZ | 35.78 | 19.71 | 83.58 | - |
| YUV | 120.09 | 195.11 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 239 | 0.26 | 0.72 | 0 | 0.06 | 278.25 | 0.84 | 0.6 |
| Hex | B1 | 44 | EF | 1A | 48 | 0 | 6 | 116 | 54 | 3C |
| Octal | 261 | 104 | 357 | 32 | 110 | 0 | 6 | 426 | 124 | 74 |
| Binary | 10110001 | 1000100 | 11101111 | 11010 | 1001000 | 0 | 110 | 100010110 | 1010100 | 111100 |
Color Harmonies of #B144EF
Complementary color
Monochromatic Colors of #B144EF
Black with #B144EF
Text Example
Text Example
White with #B144EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144EF; }
p { color: rgb(177,68,239); }
H1.HeaderClassName
{
color: #B144EF;
}
.AnyTagClassName
{
color: #B144EF;
}
</style>
background-color css
<style>
a { background-color: #B144EF; }
a { background-color: rgb(177,68,239); }
div.DivClassName
{
background-color: #B144EF;
}
.BgClassName
{
background-color: #B144EF;
}
</style>
border-color css
<style>
span { border-color: #B144EF; }
span { border-color: rgb(177,68,239); }
td.TdClassName
{
border-color: #B144EF;
}
.TagClassName
{
border-color: #B144EF;
}
</style>