Shades of Medium Orchid #B143D3
Tints of Medium Orchid #B143D3
RGB
CMYK
RGB Variations
Color information
#B143D3 (or 0xB143D3) is known color: Medium Orchid. HEX triplet: B1, 43 and D3. RGB value is (177,67,211). Sum of RGB (Red+Green+Blue) = 177+67+211=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #B143D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143D3 is #4EBC2C. Grayscale: #737373. Windows color (decimal): -5159981 or 13845425. OLE color: 13845425.
HSL color Cylindrical-coordinate representation of color #B143D3: hue angle of 285.83º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B143D3 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 67 | 211 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.17 |
| HSL | 285.83º | 0.62% | 0.55% | - |
| HSV(B) | 285.83º | 0.68% | 0.83% | - |
| XYZ | 31.9 | 18.06 | 63.43 | - |
| YUV | 116.31 | 181.44 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 211 | 0.16 | 0.68 | 0 | 0.17 | 285.83 | 0.62 | 0.55 |
| Hex | B1 | 43 | D3 | 10 | 44 | 0 | 11 | 11E | 3E | 37 |
| Octal | 261 | 103 | 323 | 20 | 104 | 0 | 21 | 436 | 76 | 67 |
| Binary | 10110001 | 1000011 | 11010011 | 10000 | 1000100 | 0 | 10001 | 100011110 | 111110 | 110111 |
Color Harmonies of #B143D3
Complementary color
Monochromatic Colors of #B143D3
Black with #B143D3
Text Example
Text Example
White with #B143D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143D3; }
p { color: rgb(177,67,211); }
H1.HeaderClassName
{
color: #B143D3;
}
.AnyTagClassName
{
color: #B143D3;
}
</style>
background-color css
<style>
a { background-color: #B143D3; }
a { background-color: rgb(177,67,211); }
div.DivClassName
{
background-color: #B143D3;
}
.BgClassName
{
background-color: #B143D3;
}
</style>
border-color css
<style>
span { border-color: #B143D3; }
span { border-color: rgb(177,67,211); }
td.TdClassName
{
border-color: #B143D3;
}
.TagClassName
{
border-color: #B143D3;
}
</style>