Shades of Medium Orchid #B13CE4
Tints of Medium Orchid #B13CE4
RGB
CMYK
RGB Variations
Color information
#B13CE4 (or 0xB13CE4) is known color: Medium Orchid. HEX triplet: B1, 3C and E4. RGB value is (177,60,228). Sum of RGB (Red+Green+Blue) = 177+60+228=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #B13CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13CE4 is #4EC31B. Grayscale: #717171. Windows color (decimal): -5161756 or 14957745. OLE color: 14957745.
HSL color Cylindrical-coordinate representation of color #B13CE4: hue angle of 281.79º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13CE4 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 60 | 228 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.11 |
| HSL | 281.79º | 0.76% | 0.56% | - |
| HSV(B) | 281.79º | 0.74% | 0.89% | - |
| XYZ | 33.75 | 18.18 | 75.13 | - |
| YUV | 114.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 228 | 0.22 | 0.74 | 0 | 0.11 | 281.79 | 0.76 | 0.56 |
| Hex | B1 | 3C | E4 | 16 | 4A | 0 | B | 11A | 4C | 38 |
| Octal | 261 | 74 | 344 | 26 | 112 | 0 | 13 | 432 | 114 | 70 |
| Binary | 10110001 | 111100 | 11100100 | 10110 | 1001010 | 0 | 1011 | 100011010 | 1001100 | 111000 |
Color Harmonies of #B13CE4
Complementary color
Monochromatic Colors of #B13CE4
Black with #B13CE4
Text Example
Text Example
White with #B13CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CE4; }
p { color: rgb(177,60,228); }
H1.HeaderClassName
{
color: #B13CE4;
}
.AnyTagClassName
{
color: #B13CE4;
}
</style>
background-color css
<style>
a { background-color: #B13CE4; }
a { background-color: rgb(177,60,228); }
div.DivClassName
{
background-color: #B13CE4;
}
.BgClassName
{
background-color: #B13CE4;
}
</style>
border-color css
<style>
span { border-color: #B13CE4; }
span { border-color: rgb(177,60,228); }
td.TdClassName
{
border-color: #B13CE4;
}
.TagClassName
{
border-color: #B13CE4;
}
</style>