Shades of Medium Orchid #B13EDB
Tints of Medium Orchid #B13EDB
RGB
CMYK
RGB Variations
Color information
#B13EDB (or 0xB13EDB) is known color: Medium Orchid. HEX triplet: B1, 3E and DB. RGB value is (177,62,219). Sum of RGB (Red+Green+Blue) = 177+62+219=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #B13EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13EDB is #4EC124. Grayscale: #717171. Windows color (decimal): -5161253 or 14368433. OLE color: 14368433.
HSL color Cylindrical-coordinate representation of color #B13EDB: hue angle of 283.95º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13EDB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 62 | 219 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.14 |
| HSL | 283.95º | 0.69% | 0.55% | - |
| HSV(B) | 283.95º | 0.72% | 0.86% | - |
| XYZ | 32.64 | 17.91 | 68.75 | - |
| YUV | 114.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 219 | 0.19 | 0.72 | 0 | 0.14 | 283.95 | 0.69 | 0.55 |
| Hex | B1 | 3E | DB | 13 | 48 | 0 | E | 11C | 45 | 37 |
| Octal | 261 | 76 | 333 | 23 | 110 | 0 | 16 | 434 | 105 | 67 |
| Binary | 10110001 | 111110 | 11011011 | 10011 | 1001000 | 0 | 1110 | 100011100 | 1000101 | 110111 |
Color Harmonies of #B13EDB
Complementary color
Monochromatic Colors of #B13EDB
Black with #B13EDB
Text Example
Text Example
White with #B13EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13EDB; }
p { color: rgb(177,62,219); }
H1.HeaderClassName
{
color: #B13EDB;
}
.AnyTagClassName
{
color: #B13EDB;
}
</style>
background-color css
<style>
a { background-color: #B13EDB; }
a { background-color: rgb(177,62,219); }
div.DivClassName
{
background-color: #B13EDB;
}
.BgClassName
{
background-color: #B13EDB;
}
</style>
border-color css
<style>
span { border-color: #B13EDB; }
span { border-color: rgb(177,62,219); }
td.TdClassName
{
border-color: #B13EDB;
}
.TagClassName
{
border-color: #B13EDB;
}
</style>