Shades of Medium Orchid #B144FB
Tints of Medium Orchid #B144FB
RGB
CMYK
RGB Variations
Color information
#B144FB (or 0xB144FB) is known color: Medium Orchid. HEX triplet: B1, 44 and FB. RGB value is (177,68,251). Sum of RGB (Red+Green+Blue) = 177+68+251=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #B144FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B144FB is #4EBB04. Grayscale: #787878. Windows color (decimal): -5159685 or 16467121. OLE color: 16467121.
HSL color Cylindrical-coordinate representation of color #B144FB: hue angle of 275.74º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B144FB is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 68 | 251 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.02 |
| HSL | 275.74º | 0.96% | 0.63% | - |
| HSV(B) | 275.74º | 0.73% | 0.98% | - |
| XYZ | 37.61 | 20.45 | 93.23 | - |
| YUV | 121.45 | 201.11 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 68 | 251 | 0.29 | 0.73 | 0 | 0.02 | 275.74 | 0.96 | 0.63 |
| Hex | B1 | 44 | FB | 1D | 49 | 0 | 2 | 114 | 60 | 3F |
| Octal | 261 | 104 | 373 | 35 | 111 | 0 | 2 | 424 | 140 | 77 |
| Binary | 10110001 | 1000100 | 11111011 | 11101 | 1001001 | 0 | 10 | 100010100 | 1100000 | 111111 |
Color Harmonies of #B144FB
Complementary color
Monochromatic Colors of #B144FB
Black with #B144FB
Text Example
Text Example
White with #B144FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B144FB; }
p { color: rgb(177,68,251); }
H1.HeaderClassName
{
color: #B144FB;
}
.AnyTagClassName
{
color: #B144FB;
}
</style>
background-color css
<style>
a { background-color: #B144FB; }
a { background-color: rgb(177,68,251); }
div.DivClassName
{
background-color: #B144FB;
}
.BgClassName
{
background-color: #B144FB;
}
</style>
border-color css
<style>
span { border-color: #B144FB; }
span { border-color: rgb(177,68,251); }
td.TdClassName
{
border-color: #B144FB;
}
.TagClassName
{
border-color: #B144FB;
}
</style>