Shades of Medium Orchid #B151C4
Tints of Medium Orchid #B151C4
RGB
CMYK
RGB Variations
Color information
#B151C4 (or 0xB151C4) is known color: Medium Orchid. HEX triplet: B1, 51 and C4. RGB value is (177,81,196). Sum of RGB (Red+Green+Blue) = 177+81+196=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #B151C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151C4 is #4EAE3B. Grayscale: #7A7A7A. Windows color (decimal): -5156412 or 12865969. OLE color: 12865969.
HSL color Cylindrical-coordinate representation of color #B151C4: hue angle of 290.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B151C4 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 81 | 196 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.23 |
| HSL | 290.09º | 0.49% | 0.54% | - |
| HSV(B) | 290.09º | 0.59% | 0.77% | - |
| XYZ | 31.04 | 19.22 | 54.3 | - |
| YUV | 122.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 196 | 0.10 | 0.59 | 0 | 0.23 | 290.09 | 0.49 | 0.54 |
| Hex | B1 | 51 | C4 | A | 3B | 0 | 17 | 122 | 31 | 36 |
| Octal | 261 | 121 | 304 | 12 | 73 | 0 | 27 | 442 | 61 | 66 |
| Binary | 10110001 | 1010001 | 11000100 | 1010 | 111011 | 0 | 10111 | 100100010 | 110001 | 110110 |
Color Harmonies of #B151C4
Complementary color
Monochromatic Colors of #B151C4
Black with #B151C4
Text Example
Text Example
White with #B151C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151C4; }
p { color: rgb(177,81,196); }
H1.HeaderClassName
{
color: #B151C4;
}
.AnyTagClassName
{
color: #B151C4;
}
</style>
background-color css
<style>
a { background-color: #B151C4; }
a { background-color: rgb(177,81,196); }
div.DivClassName
{
background-color: #B151C4;
}
.BgClassName
{
background-color: #B151C4;
}
</style>
border-color css
<style>
span { border-color: #B151C4; }
span { border-color: rgb(177,81,196); }
td.TdClassName
{
border-color: #B151C4;
}
.TagClassName
{
border-color: #B151C4;
}
</style>