Shades of Medium Orchid #B13CE5
Tints of Medium Orchid #B13CE5
RGB
CMYK
RGB Variations
Color information
#B13CE5 (or 0xB13CE5) is known color: Medium Orchid. HEX triplet: B1, 3C and E5. RGB value is (177,60,229). Sum of RGB (Red+Green+Blue) = 177+60+229=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #B13CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CE5 is #4EC31A. Grayscale: #717171. Windows color (decimal): -5161755 or 15023281. OLE color: 15023281.
HSL color Cylindrical-coordinate representation of color #B13CE5: hue angle of 281.54º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13CE5 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 60 | 229 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.10 |
| HSL | 281.54º | 0.76% | 0.57% | - |
| HSV(B) | 281.54º | 0.74% | 0.9% | - |
| XYZ | 33.89 | 18.24 | 75.86 | - |
| YUV | 114.25 | 192.76 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 229 | 0.23 | 0.74 | 0 | 0.10 | 281.54 | 0.76 | 0.57 |
| Hex | B1 | 3C | E5 | 17 | 4A | 0 | A | 11A | 4C | 39 |
| Octal | 261 | 74 | 345 | 27 | 112 | 0 | 12 | 432 | 114 | 71 |
| Binary | 10110001 | 111100 | 11100101 | 10111 | 1001010 | 0 | 1010 | 100011010 | 1001100 | 111001 |
Color Harmonies of #B13CE5
Complementary color
Monochromatic Colors of #B13CE5
Black with #B13CE5
Text Example
Text Example
White with #B13CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CE5; }
p { color: rgb(177,60,229); }
H1.HeaderClassName
{
color: #B13CE5;
}
.AnyTagClassName
{
color: #B13CE5;
}
</style>
background-color css
<style>
a { background-color: #B13CE5; }
a { background-color: rgb(177,60,229); }
div.DivClassName
{
background-color: #B13CE5;
}
.BgClassName
{
background-color: #B13CE5;
}
</style>
border-color css
<style>
span { border-color: #B13CE5; }
span { border-color: rgb(177,60,229); }
td.TdClassName
{
border-color: #B13CE5;
}
.TagClassName
{
border-color: #B13CE5;
}
</style>