Shades of Medium Orchid #B15BDC
Tints of Medium Orchid #B15BDC
RGB
CMYK
RGB Variations
Color information
#B15BDC (or 0xB15BDC) is known color: Medium Orchid. HEX triplet: B1, 5B and DC. RGB value is (177,91,220). Sum of RGB (Red+Green+Blue) = 177+91+220=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 91 (35.94% from 255 or 18.65% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B15BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BDC is #4EA423. Grayscale: #828282. Windows color (decimal): -5153828 or 14441393. OLE color: 14441393.
HSL color Cylindrical-coordinate representation of color #B15BDC: hue angle of 280º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B15BDC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 91 | 220 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.14 |
| HSL | 280º | 0.65% | 0.61% | - |
| HSV(B) | 280º | 0.59% | 0.86% | - |
| XYZ | 34.79 | 22 | 70.12 | - |
| YUV | 131.42 | 177.99 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 220 | 0.20 | 0.59 | 0 | 0.14 | 280 | 0.65 | 0.61 |
| Hex | B1 | 5B | DC | 14 | 3B | 0 | E | 118 | 41 | 3D |
| Octal | 261 | 133 | 334 | 24 | 73 | 0 | 16 | 430 | 101 | 75 |
| Binary | 10110001 | 1011011 | 11011100 | 10100 | 111011 | 0 | 1110 | 100011000 | 1000001 | 111101 |
Color Harmonies of #B15BDC
Complementary color
Monochromatic Colors of #B15BDC
Black with #B15BDC
Text Example
Text Example
White with #B15BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BDC; }
p { color: rgb(177,91,220); }
H1.HeaderClassName
{
color: #B15BDC;
}
.AnyTagClassName
{
color: #B15BDC;
}
</style>
background-color css
<style>
a { background-color: #B15BDC; }
a { background-color: rgb(177,91,220); }
div.DivClassName
{
background-color: #B15BDC;
}
.BgClassName
{
background-color: #B15BDC;
}
</style>
border-color css
<style>
span { border-color: #B15BDC; }
span { border-color: rgb(177,91,220); }
td.TdClassName
{
border-color: #B15BDC;
}
.TagClassName
{
border-color: #B15BDC;
}
</style>