Shades of Medium Orchid #B142EA
Tints of Medium Orchid #B142EA
RGB
CMYK
RGB Variations
Color information
#B142EA (or 0xB142EA) is known color: Medium Orchid. HEX triplet: B1, 42 and EA. RGB value is (177,66,234). Sum of RGB (Red+Green+Blue) = 177+66+234=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #B142EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B142EA is #4EBD15. Grayscale: #757575. Windows color (decimal): -5160214 or 15352497. OLE color: 15352497.
HSL color Cylindrical-coordinate representation of color #B142EA: hue angle of 279.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B142EA is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 66 | 234 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.08 |
| HSL | 279.64º | 0.8% | 0.59% | - |
| HSV(B) | 279.64º | 0.72% | 0.92% | - |
| XYZ | 34.93 | 19.18 | 79.7 | - |
| YUV | 118.34 | 193.27 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 234 | 0.24 | 0.72 | 0 | 0.08 | 279.64 | 0.8 | 0.59 |
| Hex | B1 | 42 | EA | 18 | 48 | 0 | 8 | 118 | 50 | 3B |
| Octal | 261 | 102 | 352 | 30 | 110 | 0 | 10 | 430 | 120 | 73 |
| Binary | 10110001 | 1000010 | 11101010 | 11000 | 1001000 | 0 | 1000 | 100011000 | 1010000 | 111011 |
Color Harmonies of #B142EA
Complementary color
Monochromatic Colors of #B142EA
Black with #B142EA
Text Example
Text Example
White with #B142EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B142EA; }
p { color: rgb(177,66,234); }
H1.HeaderClassName
{
color: #B142EA;
}
.AnyTagClassName
{
color: #B142EA;
}
</style>
background-color css
<style>
a { background-color: #B142EA; }
a { background-color: rgb(177,66,234); }
div.DivClassName
{
background-color: #B142EA;
}
.BgClassName
{
background-color: #B142EA;
}
</style>
border-color css
<style>
span { border-color: #B142EA; }
span { border-color: rgb(177,66,234); }
td.TdClassName
{
border-color: #B142EA;
}
.TagClassName
{
border-color: #B142EA;
}
</style>