Shades of Medium Orchid #B158DC
Tints of Medium Orchid #B158DC
RGB
CMYK
RGB Variations
Color information
#B158DC (or 0xB158DC) is known color: Medium Orchid. HEX triplet: B1, 58 and DC. RGB value is (177,88,220). Sum of RGB (Red+Green+Blue) = 177+88+220=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 88 (34.77% from 255 or 18.14% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #B158DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B158DC is #4EA723. Grayscale: #818181. Windows color (decimal): -5154596 or 14440625. OLE color: 14440625.
HSL color Cylindrical-coordinate representation of color #B158DC: hue angle of 280.45º 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 #B158DC is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 88 | 220 | - |
| CMYK | 0.20 | 0.6 | 0 | 0.14 |
| HSL | 280.45º | 0.65% | 0.6% | - |
| HSV(B) | 280.45º | 0.6% | 0.86% | - |
| XYZ | 34.54 | 21.49 | 70.04 | - |
| YUV | 129.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 88 | 220 | 0.20 | 0.6 | 0 | 0.14 | 280.45 | 0.65 | 0.6 |
| Hex | B1 | 58 | DC | 14 | 3C | 0 | E | 118 | 41 | 3C |
| Octal | 261 | 130 | 334 | 24 | 74 | 0 | 16 | 430 | 101 | 74 |
| Binary | 10110001 | 1011000 | 11011100 | 10100 | 111100 | 0 | 1110 | 100011000 | 1000001 | 111100 |
Color Harmonies of #B158DC
Complementary color
Monochromatic Colors of #B158DC
Black with #B158DC
Text Example
Text Example
White with #B158DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B158DC; }
p { color: rgb(177,88,220); }
H1.HeaderClassName
{
color: #B158DC;
}
.AnyTagClassName
{
color: #B158DC;
}
</style>
background-color css
<style>
a { background-color: #B158DC; }
a { background-color: rgb(177,88,220); }
div.DivClassName
{
background-color: #B158DC;
}
.BgClassName
{
background-color: #B158DC;
}
</style>
border-color css
<style>
span { border-color: #B158DC; }
span { border-color: rgb(177,88,220); }
td.TdClassName
{
border-color: #B158DC;
}
.TagClassName
{
border-color: #B158DC;
}
</style>