Shades of Medium Orchid #B13AED
Tints of Medium Orchid #B13AED
RGB
CMYK
RGB Variations
Color information
#B13AED (or 0xB13AED) is known color: Medium Orchid. HEX triplet: B1, 3A and ED. RGB value is (177,58,237). Sum of RGB (Red+Green+Blue) = 177+58+237=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #B13AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13AED is #4EC512. Grayscale: #717171. Windows color (decimal): -5162259 or 15547057. OLE color: 15547057.
HSL color Cylindrical-coordinate representation of color #B13AED: hue angle of 279.89º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13AED is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 58 | 237 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.07 |
| HSL | 279.89º | 0.83% | 0.58% | - |
| HSV(B) | 279.89º | 0.76% | 0.93% | - |
| XYZ | 34.93 | 18.49 | 81.85 | - |
| YUV | 113.99 | 197.42 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 237 | 0.25 | 0.76 | 0 | 0.07 | 279.89 | 0.83 | 0.58 |
| Hex | B1 | 3A | ED | 19 | 4C | 0 | 7 | 118 | 53 | 3A |
| Octal | 261 | 72 | 355 | 31 | 114 | 0 | 7 | 430 | 123 | 72 |
| Binary | 10110001 | 111010 | 11101101 | 11001 | 1001100 | 0 | 111 | 100011000 | 1010011 | 111010 |
Color Harmonies of #B13AED
Complementary color
Monochromatic Colors of #B13AED
Black with #B13AED
Text Example
Text Example
White with #B13AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AED; }
p { color: rgb(177,58,237); }
H1.HeaderClassName
{
color: #B13AED;
}
.AnyTagClassName
{
color: #B13AED;
}
</style>
background-color css
<style>
a { background-color: #B13AED; }
a { background-color: rgb(177,58,237); }
div.DivClassName
{
background-color: #B13AED;
}
.BgClassName
{
background-color: #B13AED;
}
</style>
border-color css
<style>
span { border-color: #B13AED; }
span { border-color: rgb(177,58,237); }
td.TdClassName
{
border-color: #B13AED;
}
.TagClassName
{
border-color: #B13AED;
}
</style>