Shades of Medium Orchid #B13FE0
Tints of Medium Orchid #B13FE0
RGB
CMYK
RGB Variations
Color information
#B13FE0 (or 0xB13FE0) is known color: Medium Orchid. HEX triplet: B1, 3F and E0. RGB value is (177,63,224). Sum of RGB (Red+Green+Blue) = 177+63+224=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 63 (25% from 255 or 13.58% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #B13FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FE0 is #4EC01F. Grayscale: #727272. Windows color (decimal): -5160992 or 14696369. OLE color: 14696369.
HSL color Cylindrical-coordinate representation of color #B13FE0: hue angle of 282.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13FE0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 63 | 224 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.12 |
| HSL | 282.48º | 0.72% | 0.56% | - |
| HSV(B) | 282.48º | 0.72% | 0.88% | - |
| XYZ | 33.36 | 18.28 | 72.29 | - |
| YUV | 115.44 | 189.27 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 224 | 0.21 | 0.72 | 0 | 0.12 | 282.48 | 0.72 | 0.56 |
| Hex | B1 | 3F | E0 | 15 | 48 | 0 | C | 11A | 48 | 38 |
| Octal | 261 | 77 | 340 | 25 | 110 | 0 | 14 | 432 | 110 | 70 |
| Binary | 10110001 | 111111 | 11100000 | 10101 | 1001000 | 0 | 1100 | 100011010 | 1001000 | 111000 |
Color Harmonies of #B13FE0
Complementary color
Monochromatic Colors of #B13FE0
Black with #B13FE0
Text Example
Text Example
White with #B13FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FE0; }
p { color: rgb(177,63,224); }
H1.HeaderClassName
{
color: #B13FE0;
}
.AnyTagClassName
{
color: #B13FE0;
}
</style>
background-color css
<style>
a { background-color: #B13FE0; }
a { background-color: rgb(177,63,224); }
div.DivClassName
{
background-color: #B13FE0;
}
.BgClassName
{
background-color: #B13FE0;
}
</style>
border-color css
<style>
span { border-color: #B13FE0; }
span { border-color: rgb(177,63,224); }
td.TdClassName
{
border-color: #B13FE0;
}
.TagClassName
{
border-color: #B13FE0;
}
</style>