Shades of Medium Orchid #B142D2
Tints of Medium Orchid #B142D2
RGB
CMYK
RGB Variations
Color information
#B142D2 (or 0xB142D2) is known color: Medium Orchid. HEX triplet: B1, 42 and D2. RGB value is (177,66,210). Sum of RGB (Red+Green+Blue) = 177+66+210=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #B142D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142D2 is #4EBD2D. Grayscale: #737373. Windows color (decimal): -5160238 or 13779633. OLE color: 13779633.
HSL color Cylindrical-coordinate representation of color #B142D2: hue angle of 286.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B142D2 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 66 | 210 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.18 |
| HSL | 286.25º | 0.62% | 0.54% | - |
| HSV(B) | 286.25º | 0.69% | 0.82% | - |
| XYZ | 31.71 | 17.9 | 62.76 | - |
| YUV | 115.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 210 | 0.16 | 0.69 | 0 | 0.18 | 286.25 | 0.62 | 0.54 |
| Hex | B1 | 42 | D2 | 10 | 45 | 0 | 12 | 11E | 3E | 36 |
| Octal | 261 | 102 | 322 | 20 | 105 | 0 | 22 | 436 | 76 | 66 |
| Binary | 10110001 | 1000010 | 11010010 | 10000 | 1000101 | 0 | 10010 | 100011110 | 111110 | 110110 |
Color Harmonies of #B142D2
Complementary color
Monochromatic Colors of #B142D2
Black with #B142D2
Text Example
Text Example
White with #B142D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B142D2; }
p { color: rgb(177,66,210); }
H1.HeaderClassName
{
color: #B142D2;
}
.AnyTagClassName
{
color: #B142D2;
}
</style>
background-color css
<style>
a { background-color: #B142D2; }
a { background-color: rgb(177,66,210); }
div.DivClassName
{
background-color: #B142D2;
}
.BgClassName
{
background-color: #B142D2;
}
</style>
border-color css
<style>
span { border-color: #B142D2; }
span { border-color: rgb(177,66,210); }
td.TdClassName
{
border-color: #B142D2;
}
.TagClassName
{
border-color: #B142D2;
}
</style>