Shades of Medium Orchid #B157DB
Tints of Medium Orchid #B157DB
RGB
CMYK
RGB Variations
Color information
#B157DB (or 0xB157DB) is known color: Medium Orchid. HEX triplet: B1, 57 and DB. RGB value is (177,87,219). Sum of RGB (Red+Green+Blue) = 177+87+219=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B157DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B157DB is #4EA824. Grayscale: #808080. Windows color (decimal): -5154853 or 14374833. OLE color: 14374833.
HSL color Cylindrical-coordinate representation of color #B157DB: hue angle of 280.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B157DB is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 87 | 219 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.14 |
| HSL | 280.91º | 0.65% | 0.6% | - |
| HSV(B) | 280.91º | 0.6% | 0.86% | - |
| XYZ | 34.33 | 21.28 | 69.32 | - |
| YUV | 128.96 | 178.82 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 219 | 0.19 | 0.60 | 0 | 0.14 | 280.91 | 0.65 | 0.6 |
| Hex | B1 | 57 | DB | 13 | 3C | 0 | E | 119 | 41 | 3C |
| Octal | 261 | 127 | 333 | 23 | 74 | 0 | 16 | 431 | 101 | 74 |
| Binary | 10110001 | 1010111 | 11011011 | 10011 | 111100 | 0 | 1110 | 100011001 | 1000001 | 111100 |
Color Harmonies of #B157DB
Complementary color
Monochromatic Colors of #B157DB
Black with #B157DB
Text Example
Text Example
White with #B157DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B157DB; }
p { color: rgb(177,87,219); }
H1.HeaderClassName
{
color: #B157DB;
}
.AnyTagClassName
{
color: #B157DB;
}
</style>
background-color css
<style>
a { background-color: #B157DB; }
a { background-color: rgb(177,87,219); }
div.DivClassName
{
background-color: #B157DB;
}
.BgClassName
{
background-color: #B157DB;
}
</style>
border-color css
<style>
span { border-color: #B157DB; }
span { border-color: rgb(177,87,219); }
td.TdClassName
{
border-color: #B157DB;
}
.TagClassName
{
border-color: #B157DB;
}
</style>