Shades of Medium Orchid #B143EF
Tints of Medium Orchid #B143EF
RGB
CMYK
RGB Variations
Color information
#B143EF (or 0xB143EF) is known color: Medium Orchid. HEX triplet: B1, 43 and EF. RGB value is (177,67,239). Sum of RGB (Red+Green+Blue) = 177+67+239=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #B143EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143EF is #4EBC10. Grayscale: #767676. Windows color (decimal): -5159953 or 15680433. OLE color: 15680433.
HSL color Cylindrical-coordinate representation of color #B143EF: hue angle of 278.37º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B143EF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 67 | 239 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.06 |
| HSL | 278.37º | 0.84% | 0.6% | - |
| HSV(B) | 278.37º | 0.72% | 0.94% | - |
| XYZ | 35.72 | 19.59 | 83.56 | - |
| YUV | 119.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 239 | 0.26 | 0.72 | 0 | 0.06 | 278.37 | 0.84 | 0.6 |
| Hex | B1 | 43 | EF | 1A | 48 | 0 | 6 | 116 | 54 | 3C |
| Octal | 261 | 103 | 357 | 32 | 110 | 0 | 6 | 426 | 124 | 74 |
| Binary | 10110001 | 1000011 | 11101111 | 11010 | 1001000 | 0 | 110 | 100010110 | 1010100 | 111100 |
Color Harmonies of #B143EF
Complementary color
Monochromatic Colors of #B143EF
Black with #B143EF
Text Example
Text Example
White with #B143EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B143EF; }
p { color: rgb(177,67,239); }
H1.HeaderClassName
{
color: #B143EF;
}
.AnyTagClassName
{
color: #B143EF;
}
</style>
background-color css
<style>
a { background-color: #B143EF; }
a { background-color: rgb(177,67,239); }
div.DivClassName
{
background-color: #B143EF;
}
.BgClassName
{
background-color: #B143EF;
}
</style>
border-color css
<style>
span { border-color: #B143EF; }
span { border-color: rgb(177,67,239); }
td.TdClassName
{
border-color: #B143EF;
}
.TagClassName
{
border-color: #B143EF;
}
</style>