Shades of Medium Orchid #B13FDB
Tints of Medium Orchid #B13FDB
RGB
CMYK
RGB Variations
Color information
#B13FDB (or 0xB13FDB) is known color: Medium Orchid. HEX triplet: B1, 3F and DB. RGB value is (177,63,219). Sum of RGB (Red+Green+Blue) = 177+63+219=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B13FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FDB is #4EC024. Grayscale: #727272. Windows color (decimal): -5160997 or 14368689. OLE color: 14368689.
HSL color Cylindrical-coordinate representation of color #B13FDB: hue angle of 283.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13FDB is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 63 | 219 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.14 |
| HSL | 283.85º | 0.68% | 0.55% | - |
| HSV(B) | 283.85º | 0.71% | 0.86% | - |
| XYZ | 32.7 | 18.02 | 68.77 | - |
| YUV | 114.87 | 186.77 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 219 | 0.19 | 0.71 | 0 | 0.14 | 283.85 | 0.68 | 0.55 |
| Hex | B1 | 3F | DB | 13 | 47 | 0 | E | 11C | 44 | 37 |
| Octal | 261 | 77 | 333 | 23 | 107 | 0 | 16 | 434 | 104 | 67 |
| Binary | 10110001 | 111111 | 11011011 | 10011 | 1000111 | 0 | 1110 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B13FDB
Complementary color
Monochromatic Colors of #B13FDB
Black with #B13FDB
Text Example
Text Example
White with #B13FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FDB; }
p { color: rgb(177,63,219); }
H1.HeaderClassName
{
color: #B13FDB;
}
.AnyTagClassName
{
color: #B13FDB;
}
</style>
background-color css
<style>
a { background-color: #B13FDB; }
a { background-color: rgb(177,63,219); }
div.DivClassName
{
background-color: #B13FDB;
}
.BgClassName
{
background-color: #B13FDB;
}
</style>
border-color css
<style>
span { border-color: #B13FDB; }
span { border-color: rgb(177,63,219); }
td.TdClassName
{
border-color: #B13FDB;
}
.TagClassName
{
border-color: #B13FDB;
}
</style>