Shades of Medium Orchid #B15BCD
Tints of Medium Orchid #B15BCD
RGB
CMYK
RGB Variations
Color information
#B15BCD (or 0xB15BCD) is known color: Medium Orchid. HEX triplet: B1, 5B and CD. RGB value is (177,91,205). Sum of RGB (Red+Green+Blue) = 177+91+205=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B15BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BCD is #4EA432. Grayscale: #818181. Windows color (decimal): -5153843 or 13458353. OLE color: 13458353.
HSL color Cylindrical-coordinate representation of color #B15BCD: hue angle of 285.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15BCD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 91 | 205 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.20 |
| HSL | 285.26º | 0.53% | 0.58% | - |
| HSV(B) | 285.26º | 0.56% | 0.8% | - |
| XYZ | 32.89 | 21.24 | 60.12 | - |
| YUV | 129.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 205 | 0.14 | 0.56 | 0 | 0.20 | 285.26 | 0.53 | 0.58 |
| Hex | B1 | 5B | CD | E | 38 | 0 | 14 | 11D | 35 | 3A |
| Octal | 261 | 133 | 315 | 16 | 70 | 0 | 24 | 435 | 65 | 72 |
| Binary | 10110001 | 1011011 | 11001101 | 1110 | 111000 | 0 | 10100 | 100011101 | 110101 | 111010 |
Color Harmonies of #B15BCD
Complementary color
Monochromatic Colors of #B15BCD
Black with #B15BCD
Text Example
Text Example
White with #B15BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BCD; }
p { color: rgb(177,91,205); }
H1.HeaderClassName
{
color: #B15BCD;
}
.AnyTagClassName
{
color: #B15BCD;
}
</style>
background-color css
<style>
a { background-color: #B15BCD; }
a { background-color: rgb(177,91,205); }
div.DivClassName
{
background-color: #B15BCD;
}
.BgClassName
{
background-color: #B15BCD;
}
</style>
border-color css
<style>
span { border-color: #B15BCD; }
span { border-color: rgb(177,91,205); }
td.TdClassName
{
border-color: #B15BCD;
}
.TagClassName
{
border-color: #B15BCD;
}
</style>