Shades of Medium Orchid #B13FE5
Tints of Medium Orchid #B13FE5
RGB
CMYK
RGB Variations
Color information
#B13FE5 (or 0xB13FE5) is known color: Medium Orchid. HEX triplet: B1, 3F and E5. RGB value is (177,63,229). Sum of RGB (Red+Green+Blue) = 177+63+229=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #B13FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FE5 is #4EC01A. Grayscale: #737373. Windows color (decimal): -5160987 or 15024049. OLE color: 15024049.
HSL color Cylindrical-coordinate representation of color #B13FE5: hue angle of 281.2º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13FE5 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 63 | 229 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.10 |
| HSL | 281.2º | 0.76% | 0.57% | - |
| HSV(B) | 281.2º | 0.72% | 0.9% | - |
| XYZ | 34.05 | 18.56 | 75.92 | - |
| YUV | 116.01 | 191.77 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 229 | 0.23 | 0.72 | 0 | 0.10 | 281.2 | 0.76 | 0.57 |
| Hex | B1 | 3F | E5 | 17 | 48 | 0 | A | 119 | 4C | 39 |
| Octal | 261 | 77 | 345 | 27 | 110 | 0 | 12 | 431 | 114 | 71 |
| Binary | 10110001 | 111111 | 11100101 | 10111 | 1001000 | 0 | 1010 | 100011001 | 1001100 | 111001 |
Color Harmonies of #B13FE5
Complementary color
Monochromatic Colors of #B13FE5
Black with #B13FE5
Text Example
Text Example
White with #B13FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FE5; }
p { color: rgb(177,63,229); }
H1.HeaderClassName
{
color: #B13FE5;
}
.AnyTagClassName
{
color: #B13FE5;
}
</style>
background-color css
<style>
a { background-color: #B13FE5; }
a { background-color: rgb(177,63,229); }
div.DivClassName
{
background-color: #B13FE5;
}
.BgClassName
{
background-color: #B13FE5;
}
</style>
border-color css
<style>
span { border-color: #B13FE5; }
span { border-color: rgb(177,63,229); }
td.TdClassName
{
border-color: #B13FE5;
}
.TagClassName
{
border-color: #B13FE5;
}
</style>