Shades of Medium Orchid #B142C4
Tints of Medium Orchid #B142C4
RGB
CMYK
RGB Variations
Color information
#B142C4 (or 0xB142C4) is known color: Medium Orchid. HEX triplet: B1, 42 and C4. RGB value is (177,66,196). Sum of RGB (Red+Green+Blue) = 177+66+196=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #B142C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142C4 is #4EBD3B. Grayscale: #717171. Windows color (decimal): -5160252 or 12862129. OLE color: 12862129.
HSL color Cylindrical-coordinate representation of color #B142C4: hue angle of 291.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B142C4 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 177 | 66 | 196 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.23 |
| HSL | 291.23º | 0.52% | 0.51% | - |
| HSV(B) | 291.23º | 0.66% | 0.77% | - |
| XYZ | 30.04 | 17.23 | 53.97 | - |
| YUV | 114.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 196 | 0.10 | 0.66 | 0 | 0.23 | 291.23 | 0.52 | 0.51 |
| Hex | B1 | 42 | C4 | A | 42 | 0 | 17 | 123 | 34 | 33 |
| Octal | 261 | 102 | 304 | 12 | 102 | 0 | 27 | 443 | 64 | 63 |
| Binary | 10110001 | 1000010 | 11000100 | 1010 | 1000010 | 0 | 10111 | 100100011 | 110100 | 110011 |
Color Harmonies of #B142C4
Complementary color
Monochromatic Colors of #B142C4
Black with #B142C4
Text Example
Text Example
White with #B142C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B142C4; }
p { color: rgb(177,66,196); }
H1.HeaderClassName
{
color: #B142C4;
}
.AnyTagClassName
{
color: #B142C4;
}
</style>
background-color css
<style>
a { background-color: #B142C4; }
a { background-color: rgb(177,66,196); }
div.DivClassName
{
background-color: #B142C4;
}
.BgClassName
{
background-color: #B142C4;
}
</style>
border-color css
<style>
span { border-color: #B142C4; }
span { border-color: rgb(177,66,196); }
td.TdClassName
{
border-color: #B142C4;
}
.TagClassName
{
border-color: #B142C4;
}
</style>