Shades of Medium Orchid #B13AE6
Tints of Medium Orchid #B13AE6
RGB
CMYK
RGB Variations
Color information
#B13AE6 (or 0xB13AE6) is known color: Medium Orchid. HEX triplet: B1, 3A and E6. RGB value is (177,58,230). Sum of RGB (Red+Green+Blue) = 177+58+230=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #B13AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13AE6 is #4EC519. Grayscale: #707070. Windows color (decimal): -5162266 or 15088305. OLE color: 15088305.
HSL color Cylindrical-coordinate representation of color #B13AE6: hue angle of 281.51º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13AE6 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 58 | 230 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.10 |
| HSL | 281.51º | 0.77% | 0.56% | - |
| HSV(B) | 281.51º | 0.75% | 0.9% | - |
| XYZ | 33.93 | 18.09 | 76.57 | - |
| YUV | 113.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 230 | 0.23 | 0.75 | 0 | 0.10 | 281.51 | 0.77 | 0.56 |
| Hex | B1 | 3A | E6 | 17 | 4B | 0 | A | 11A | 4D | 38 |
| Octal | 261 | 72 | 346 | 27 | 113 | 0 | 12 | 432 | 115 | 70 |
| Binary | 10110001 | 111010 | 11100110 | 10111 | 1001011 | 0 | 1010 | 100011010 | 1001101 | 111000 |
Color Harmonies of #B13AE6
Complementary color
Monochromatic Colors of #B13AE6
Black with #B13AE6
Text Example
Text Example
White with #B13AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AE6; }
p { color: rgb(177,58,230); }
H1.HeaderClassName
{
color: #B13AE6;
}
.AnyTagClassName
{
color: #B13AE6;
}
</style>
background-color css
<style>
a { background-color: #B13AE6; }
a { background-color: rgb(177,58,230); }
div.DivClassName
{
background-color: #B13AE6;
}
.BgClassName
{
background-color: #B13AE6;
}
</style>
border-color css
<style>
span { border-color: #B13AE6; }
span { border-color: rgb(177,58,230); }
td.TdClassName
{
border-color: #B13AE6;
}
.TagClassName
{
border-color: #B13AE6;
}
</style>