Shades of Medium Orchid #B144ED
Tints of Medium Orchid #B144ED
RGB
CMYK
RGB Variations
Color information
#B144ED (or 0xB144ED) is known color: Medium Orchid. HEX triplet: B1, 44 and ED. RGB value is (177,68,237). Sum of RGB (Red+Green+Blue) = 177+68+237=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #B144ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144ED is #4EBB12. Grayscale: #777777. Windows color (decimal): -5159699 or 15549617. OLE color: 15549617.
HSL color Cylindrical-coordinate representation of color #B144ED: hue angle of 278.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B144ED is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 68 | 237 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.07 |
| HSL | 278.7º | 0.82% | 0.6% | - |
| HSV(B) | 278.7º | 0.71% | 0.93% | - |
| XYZ | 35.48 | 19.6 | 82.03 | - |
| YUV | 119.86 | 194.11 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 237 | 0.25 | 0.71 | 0 | 0.07 | 278.7 | 0.82 | 0.6 |
| Hex | B1 | 44 | ED | 19 | 47 | 0 | 7 | 117 | 52 | 3C |
| Octal | 261 | 104 | 355 | 31 | 107 | 0 | 7 | 427 | 122 | 74 |
| Binary | 10110001 | 1000100 | 11101101 | 11001 | 1000111 | 0 | 111 | 100010111 | 1010010 | 111100 |
Color Harmonies of #B144ED
Complementary color
Monochromatic Colors of #B144ED
Black with #B144ED
Text Example
Text Example
White with #B144ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144ED; }
p { color: rgb(177,68,237); }
H1.HeaderClassName
{
color: #B144ED;
}
.AnyTagClassName
{
color: #B144ED;
}
</style>
background-color css
<style>
a { background-color: #B144ED; }
a { background-color: rgb(177,68,237); }
div.DivClassName
{
background-color: #B144ED;
}
.BgClassName
{
background-color: #B144ED;
}
</style>
border-color css
<style>
span { border-color: #B144ED; }
span { border-color: rgb(177,68,237); }
td.TdClassName
{
border-color: #B144ED;
}
.TagClassName
{
border-color: #B144ED;
}
</style>