Shades of Medium Orchid #B13EDA
Tints of Medium Orchid #B13EDA
RGB
CMYK
RGB Variations
Color information
#B13EDA (or 0xB13EDA) is known color: Medium Orchid. HEX triplet: B1, 3E and DA. RGB value is (177,62,218). Sum of RGB (Red+Green+Blue) = 177+62+218=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #B13EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EDA is #4EC125. Grayscale: #717171. Windows color (decimal): -5161254 or 14302897. OLE color: 14302897.
HSL color Cylindrical-coordinate representation of color #B13EDA: hue angle of 284.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13EDA is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 62 | 218 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.15 |
| HSL | 284.23º | 0.68% | 0.55% | - |
| HSV(B) | 284.23º | 0.72% | 0.85% | - |
| XYZ | 32.51 | 17.85 | 68.06 | - |
| YUV | 114.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 218 | 0.19 | 0.72 | 0 | 0.15 | 284.23 | 0.68 | 0.55 |
| Hex | B1 | 3E | DA | 13 | 48 | 0 | F | 11C | 44 | 37 |
| Octal | 261 | 76 | 332 | 23 | 110 | 0 | 17 | 434 | 104 | 67 |
| Binary | 10110001 | 111110 | 11011010 | 10011 | 1001000 | 0 | 1111 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B13EDA
Complementary color
Monochromatic Colors of #B13EDA
Black with #B13EDA
Text Example
Text Example
White with #B13EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13EDA; }
p { color: rgb(177,62,218); }
H1.HeaderClassName
{
color: #B13EDA;
}
.AnyTagClassName
{
color: #B13EDA;
}
</style>
background-color css
<style>
a { background-color: #B13EDA; }
a { background-color: rgb(177,62,218); }
div.DivClassName
{
background-color: #B13EDA;
}
.BgClassName
{
background-color: #B13EDA;
}
</style>
border-color css
<style>
span { border-color: #B13EDA; }
span { border-color: rgb(177,62,218); }
td.TdClassName
{
border-color: #B13EDA;
}
.TagClassName
{
border-color: #B13EDA;
}
</style>