Shades of Medium Orchid #B15AD1
Tints of Medium Orchid #B15AD1
RGB
CMYK
RGB Variations
Color information
#B15AD1 (or 0xB15AD1) is known color: Medium Orchid. HEX triplet: B1, 5A and D1. RGB value is (177,90,209). Sum of RGB (Red+Green+Blue) = 177+90+209=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #B15AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15AD1 is #4EA52E. Grayscale: #818181. Windows color (decimal): -5154095 or 13720241. OLE color: 13720241.
HSL color Cylindrical-coordinate representation of color #B15AD1: hue angle of 283.87º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B15AD1 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 90 | 209 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.18 |
| HSL | 283.87º | 0.56% | 0.59% | - |
| HSV(B) | 283.87º | 0.57% | 0.82% | - |
| XYZ | 33.3 | 21.26 | 62.67 | - |
| YUV | 129.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 209 | 0.15 | 0.57 | 0 | 0.18 | 283.87 | 0.56 | 0.59 |
| Hex | B1 | 5A | D1 | F | 39 | 0 | 12 | 11C | 38 | 3B |
| Octal | 261 | 132 | 321 | 17 | 71 | 0 | 22 | 434 | 70 | 73 |
| Binary | 10110001 | 1011010 | 11010001 | 1111 | 111001 | 0 | 10010 | 100011100 | 111000 | 111011 |
Color Harmonies of #B15AD1
Complementary color
Monochromatic Colors of #B15AD1
Black with #B15AD1
Text Example
Text Example
White with #B15AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15AD1; }
p { color: rgb(177,90,209); }
H1.HeaderClassName
{
color: #B15AD1;
}
.AnyTagClassName
{
color: #B15AD1;
}
</style>
background-color css
<style>
a { background-color: #B15AD1; }
a { background-color: rgb(177,90,209); }
div.DivClassName
{
background-color: #B15AD1;
}
.BgClassName
{
background-color: #B15AD1;
}
</style>
border-color css
<style>
span { border-color: #B15AD1; }
span { border-color: rgb(177,90,209); }
td.TdClassName
{
border-color: #B15AD1;
}
.TagClassName
{
border-color: #B15AD1;
}
</style>