Shades of Medium Orchid #B15ED4
Tints of Medium Orchid #B15ED4
RGB
CMYK
RGB Variations
Color information
#B15ED4 (or 0xB15ED4) is known color: Medium Orchid. HEX triplet: B1, 5E and D4. RGB value is (177,94,212). Sum of RGB (Red+Green+Blue) = 177+94+212=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #B15ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15ED4 is #4EA12B. Grayscale: #838383. Windows color (decimal): -5153068 or 13917873. OLE color: 13917873.
HSL color Cylindrical-coordinate representation of color #B15ED4: hue angle of 282.2º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B15ED4 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 94 | 212 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.17 |
| HSL | 282.2º | 0.58% | 0.6% | - |
| HSV(B) | 282.2º | 0.56% | 0.83% | - |
| XYZ | 34.02 | 22.11 | 64.76 | - |
| YUV | 132.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 212 | 0.17 | 0.56 | 0 | 0.17 | 282.2 | 0.58 | 0.6 |
| Hex | B1 | 5E | D4 | 11 | 38 | 0 | 11 | 11A | 3A | 3C |
| Octal | 261 | 136 | 324 | 21 | 70 | 0 | 21 | 432 | 72 | 74 |
| Binary | 10110001 | 1011110 | 11010100 | 10001 | 111000 | 0 | 10001 | 100011010 | 111010 | 111100 |
Color Harmonies of #B15ED4
Complementary color
Monochromatic Colors of #B15ED4
Black with #B15ED4
Text Example
Text Example
White with #B15ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15ED4; }
p { color: rgb(177,94,212); }
H1.HeaderClassName
{
color: #B15ED4;
}
.AnyTagClassName
{
color: #B15ED4;
}
</style>
background-color css
<style>
a { background-color: #B15ED4; }
a { background-color: rgb(177,94,212); }
div.DivClassName
{
background-color: #B15ED4;
}
.BgClassName
{
background-color: #B15ED4;
}
</style>
border-color css
<style>
span { border-color: #B15ED4; }
span { border-color: rgb(177,94,212); }
td.TdClassName
{
border-color: #B15ED4;
}
.TagClassName
{
border-color: #B15ED4;
}
</style>