Shades of Medium Orchid #B151C3
Tints of Medium Orchid #B151C3
RGB
CMYK
RGB Variations
Color information
#B151C3 (or 0xB151C3) is known color: Medium Orchid. HEX triplet: B1, 51 and C3. RGB value is (177,81,195). Sum of RGB (Red+Green+Blue) = 177+81+195=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #B151C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151C3 is #4EAE3C. Grayscale: #7A7A7A. Windows color (decimal): -5156413 or 12800433. OLE color: 12800433.
HSL color Cylindrical-coordinate representation of color #B151C3: hue angle of 290.53º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B151C3 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 81 | 195 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.24 |
| HSL | 290.53º | 0.49% | 0.54% | - |
| HSV(B) | 290.53º | 0.58% | 0.76% | - |
| XYZ | 30.92 | 19.17 | 53.7 | - |
| YUV | 122.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 195 | 0.09 | 0.58 | 0 | 0.24 | 290.53 | 0.49 | 0.54 |
| Hex | B1 | 51 | C3 | 9 | 3A | 0 | 18 | 123 | 31 | 36 |
| Octal | 261 | 121 | 303 | 11 | 72 | 0 | 30 | 443 | 61 | 66 |
| Binary | 10110001 | 1010001 | 11000011 | 1001 | 111010 | 0 | 11000 | 100100011 | 110001 | 110110 |
Color Harmonies of #B151C3
Complementary color
Monochromatic Colors of #B151C3
Black with #B151C3
Text Example
Text Example
White with #B151C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151C3; }
p { color: rgb(177,81,195); }
H1.HeaderClassName
{
color: #B151C3;
}
.AnyTagClassName
{
color: #B151C3;
}
</style>
background-color css
<style>
a { background-color: #B151C3; }
a { background-color: rgb(177,81,195); }
div.DivClassName
{
background-color: #B151C3;
}
.BgClassName
{
background-color: #B151C3;
}
</style>
border-color css
<style>
span { border-color: #B151C3; }
span { border-color: rgb(177,81,195); }
td.TdClassName
{
border-color: #B151C3;
}
.TagClassName
{
border-color: #B151C3;
}
</style>