Shades of Medium Orchid #B151E6
Tints of Medium Orchid #B151E6
RGB
CMYK
RGB Variations
Color information
#B151E6 (or 0xB151E6) is known color: Medium Orchid. HEX triplet: B1, 51 and E6. RGB value is (177,81,230). Sum of RGB (Red+Green+Blue) = 177+81+230=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #B151E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151E6 is #4EAE19. Grayscale: #7E7E7E. Windows color (decimal): -5156378 or 15094193. OLE color: 15094193.
HSL color Cylindrical-coordinate representation of color #B151E6: hue angle of 278.66º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B151E6 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 81 | 230 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.10 |
| HSL | 278.66º | 0.75% | 0.61% | - |
| HSV(B) | 278.66º | 0.65% | 0.9% | - |
| XYZ | 35.36 | 20.95 | 77.04 | - |
| YUV | 126.69 | 186.3 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 230 | 0.23 | 0.65 | 0 | 0.10 | 278.66 | 0.75 | 0.61 |
| Hex | B1 | 51 | E6 | 17 | 41 | 0 | A | 117 | 4B | 3D |
| Octal | 261 | 121 | 346 | 27 | 101 | 0 | 12 | 427 | 113 | 75 |
| Binary | 10110001 | 1010001 | 11100110 | 10111 | 1000001 | 0 | 1010 | 100010111 | 1001011 | 111101 |
Color Harmonies of #B151E6
Complementary color
Monochromatic Colors of #B151E6
Black with #B151E6
Text Example
Text Example
White with #B151E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151E6; }
p { color: rgb(177,81,230); }
H1.HeaderClassName
{
color: #B151E6;
}
.AnyTagClassName
{
color: #B151E6;
}
</style>
background-color css
<style>
a { background-color: #B151E6; }
a { background-color: rgb(177,81,230); }
div.DivClassName
{
background-color: #B151E6;
}
.BgClassName
{
background-color: #B151E6;
}
</style>
border-color css
<style>
span { border-color: #B151E6; }
span { border-color: rgb(177,81,230); }
td.TdClassName
{
border-color: #B151E6;
}
.TagClassName
{
border-color: #B151E6;
}
</style>