Shades of Medium Orchid #B13DEA
Tints of Medium Orchid #B13DEA
RGB
CMYK
RGB Variations
Color information
#B13DEA (or 0xB13DEA) is known color: Medium Orchid. HEX triplet: B1, 3D and EA. RGB value is (177,61,234). Sum of RGB (Red+Green+Blue) = 177+61+234=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #B13DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DEA is #4EC215. Grayscale: #727272. Windows color (decimal): -5161494 or 15351217. OLE color: 15351217.
HSL color Cylindrical-coordinate representation of color #B13DEA: hue angle of 280.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13DEA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 61 | 234 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.08 |
| HSL | 280.23º | 0.8% | 0.58% | - |
| HSV(B) | 280.23º | 0.74% | 0.92% | - |
| XYZ | 34.65 | 18.63 | 79.61 | - |
| YUV | 115.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 234 | 0.24 | 0.74 | 0 | 0.08 | 280.23 | 0.8 | 0.58 |
| Hex | B1 | 3D | EA | 18 | 4A | 0 | 8 | 118 | 50 | 3A |
| Octal | 261 | 75 | 352 | 30 | 112 | 0 | 10 | 430 | 120 | 72 |
| Binary | 10110001 | 111101 | 11101010 | 11000 | 1001010 | 0 | 1000 | 100011000 | 1010000 | 111010 |
Color Harmonies of #B13DEA
Complementary color
Monochromatic Colors of #B13DEA
Black with #B13DEA
Text Example
Text Example
White with #B13DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DEA; }
p { color: rgb(177,61,234); }
H1.HeaderClassName
{
color: #B13DEA;
}
.AnyTagClassName
{
color: #B13DEA;
}
</style>
background-color css
<style>
a { background-color: #B13DEA; }
a { background-color: rgb(177,61,234); }
div.DivClassName
{
background-color: #B13DEA;
}
.BgClassName
{
background-color: #B13DEA;
}
</style>
border-color css
<style>
span { border-color: #B13DEA; }
span { border-color: rgb(177,61,234); }
td.TdClassName
{
border-color: #B13DEA;
}
.TagClassName
{
border-color: #B13DEA;
}
</style>