Shades of Medium Orchid #B143ED
Tints of Medium Orchid #B143ED
RGB
CMYK
RGB Variations
Color information
#B143ED (or 0xB143ED) is known color: Medium Orchid. HEX triplet: B1, 43 and ED. RGB value is (177,67,237). Sum of RGB (Red+Green+Blue) = 177+67+237=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #B143ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143ED is #4EBC12. Grayscale: #767676. Windows color (decimal): -5159955 or 15549361. OLE color: 15549361.
HSL color Cylindrical-coordinate representation of color #B143ED: hue angle of 278.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B143ED is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 67 | 237 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.07 |
| HSL | 278.82º | 0.83% | 0.6% | - |
| HSV(B) | 278.82º | 0.72% | 0.93% | - |
| XYZ | 35.42 | 19.48 | 82.01 | - |
| YUV | 119.27 | 194.44 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 237 | 0.25 | 0.72 | 0 | 0.07 | 278.82 | 0.83 | 0.6 |
| Hex | B1 | 43 | ED | 19 | 48 | 0 | 7 | 117 | 53 | 3C |
| Octal | 261 | 103 | 355 | 31 | 110 | 0 | 7 | 427 | 123 | 74 |
| Binary | 10110001 | 1000011 | 11101101 | 11001 | 1001000 | 0 | 111 | 100010111 | 1010011 | 111100 |
Color Harmonies of #B143ED
Complementary color
Monochromatic Colors of #B143ED
Black with #B143ED
Text Example
Text Example
White with #B143ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143ED; }
p { color: rgb(177,67,237); }
H1.HeaderClassName
{
color: #B143ED;
}
.AnyTagClassName
{
color: #B143ED;
}
</style>
background-color css
<style>
a { background-color: #B143ED; }
a { background-color: rgb(177,67,237); }
div.DivClassName
{
background-color: #B143ED;
}
.BgClassName
{
background-color: #B143ED;
}
</style>
border-color css
<style>
span { border-color: #B143ED; }
span { border-color: rgb(177,67,237); }
td.TdClassName
{
border-color: #B143ED;
}
.TagClassName
{
border-color: #B143ED;
}
</style>