Shades of Medium Orchid #B142DB
Tints of Medium Orchid #B142DB
RGB
CMYK
RGB Variations
Color information
#B142DB (or 0xB142DB) is known color: Medium Orchid. HEX triplet: B1, 42 and DB. RGB value is (177,66,219). Sum of RGB (Red+Green+Blue) = 177+66+219=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 66 (26.17% from 255 or 14.29% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B142DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142DB is #4EBD24. Grayscale: #747474. Windows color (decimal): -5160229 or 14369457. OLE color: 14369457.
HSL color Cylindrical-coordinate representation of color #B142DB: hue angle of 283.53º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B142DB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 66 | 219 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.14 |
| HSL | 283.53º | 0.68% | 0.56% | - |
| HSV(B) | 283.53º | 0.7% | 0.86% | - |
| XYZ | 32.87 | 18.36 | 68.83 | - |
| YUV | 116.63 | 185.77 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 219 | 0.19 | 0.70 | 0 | 0.14 | 283.53 | 0.68 | 0.56 |
| Hex | B1 | 42 | DB | 13 | 46 | 0 | E | 11C | 44 | 38 |
| Octal | 261 | 102 | 333 | 23 | 106 | 0 | 16 | 434 | 104 | 70 |
| Binary | 10110001 | 1000010 | 11011011 | 10011 | 1000110 | 0 | 1110 | 100011100 | 1000100 | 111000 |
Color Harmonies of #B142DB
Complementary color
Monochromatic Colors of #B142DB
Black with #B142DB
Text Example
Text Example
White with #B142DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B142DB; }
p { color: rgb(177,66,219); }
H1.HeaderClassName
{
color: #B142DB;
}
.AnyTagClassName
{
color: #B142DB;
}
</style>
background-color css
<style>
a { background-color: #B142DB; }
a { background-color: rgb(177,66,219); }
div.DivClassName
{
background-color: #B142DB;
}
.BgClassName
{
background-color: #B142DB;
}
</style>
border-color css
<style>
span { border-color: #B142DB; }
span { border-color: rgb(177,66,219); }
td.TdClassName
{
border-color: #B142DB;
}
.TagClassName
{
border-color: #B142DB;
}
</style>