Shades of Medium Orchid #B13EDE
Tints of Medium Orchid #B13EDE
RGB
CMYK
RGB Variations
Color information
#B13EDE (or 0xB13EDE) is known color: Medium Orchid. HEX triplet: B1, 3E and DE. RGB value is (177,62,222). Sum of RGB (Red+Green+Blue) = 177+62+222=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #B13EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EDE is #4EC121. Grayscale: #727272. Windows color (decimal): -5161250 or 14565041. OLE color: 14565041.
HSL color Cylindrical-coordinate representation of color #B13EDE: hue angle of 283.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13EDE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 62 | 222 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.13 |
| HSL | 283.13º | 0.71% | 0.56% | - |
| HSV(B) | 283.13º | 0.72% | 0.87% | - |
| XYZ | 33.04 | 18.07 | 70.85 | - |
| YUV | 114.63 | 188.6 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 222 | 0.20 | 0.72 | 0 | 0.13 | 283.13 | 0.71 | 0.56 |
| Hex | B1 | 3E | DE | 14 | 48 | 0 | D | 11B | 47 | 38 |
| Octal | 261 | 76 | 336 | 24 | 110 | 0 | 15 | 433 | 107 | 70 |
| Binary | 10110001 | 111110 | 11011110 | 10100 | 1001000 | 0 | 1101 | 100011011 | 1000111 | 111000 |
Color Harmonies of #B13EDE
Complementary color
Monochromatic Colors of #B13EDE
Black with #B13EDE
Text Example
Text Example
White with #B13EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13EDE; }
p { color: rgb(177,62,222); }
H1.HeaderClassName
{
color: #B13EDE;
}
.AnyTagClassName
{
color: #B13EDE;
}
</style>
background-color css
<style>
a { background-color: #B13EDE; }
a { background-color: rgb(177,62,222); }
div.DivClassName
{
background-color: #B13EDE;
}
.BgClassName
{
background-color: #B13EDE;
}
</style>
border-color css
<style>
span { border-color: #B13EDE; }
span { border-color: rgb(177,62,222); }
td.TdClassName
{
border-color: #B13EDE;
}
.TagClassName
{
border-color: #B13EDE;
}
</style>