Shades of Medium Orchid #B143E7
Tints of Medium Orchid #B143E7
RGB
CMYK
RGB Variations
Color information
#B143E7 (or 0xB143E7) is known color: Medium Orchid. HEX triplet: B1, 43 and E7. RGB value is (177,67,231). Sum of RGB (Red+Green+Blue) = 177+67+231=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 231 (90.62% from 255 or 48.63% from 475); Max value from RGB is 231 - color contains mainly: blue. Hex color #B143E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143E7 is #4EBC18. Grayscale: #767676. Windows color (decimal): -5159961 or 15156145. OLE color: 15156145.
HSL color Cylindrical-coordinate representation of color #B143E7: hue angle of 280.24º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B143E7 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 67 | 231 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.09 |
| HSL | 280.24º | 0.77% | 0.58% | - |
| HSV(B) | 280.24º | 0.71% | 0.91% | - |
| XYZ | 34.56 | 19.13 | 77.47 | - |
| YUV | 118.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 231 | 0.23 | 0.71 | 0 | 0.09 | 280.24 | 0.77 | 0.58 |
| Hex | B1 | 43 | E7 | 17 | 47 | 0 | 9 | 118 | 4D | 3A |
| Octal | 261 | 103 | 347 | 27 | 107 | 0 | 11 | 430 | 115 | 72 |
| Binary | 10110001 | 1000011 | 11100111 | 10111 | 1000111 | 0 | 1001 | 100011000 | 1001101 | 111010 |
Color Harmonies of #B143E7
Complementary color
Monochromatic Colors of #B143E7
Black with #B143E7
Text Example
Text Example
White with #B143E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143E7; }
p { color: rgb(177,67,231); }
H1.HeaderClassName
{
color: #B143E7;
}
.AnyTagClassName
{
color: #B143E7;
}
</style>
background-color css
<style>
a { background-color: #B143E7; }
a { background-color: rgb(177,67,231); }
div.DivClassName
{
background-color: #B143E7;
}
.BgClassName
{
background-color: #B143E7;
}
</style>
border-color css
<style>
span { border-color: #B143E7; }
span { border-color: rgb(177,67,231); }
td.TdClassName
{
border-color: #B143E7;
}
.TagClassName
{
border-color: #B143E7;
}
</style>