Shades of Medium Orchid #B13BDB
Tints of Medium Orchid #B13BDB
RGB
CMYK
RGB Variations
Color information
#B13BDB (or 0xB13BDB) is known color: Medium Orchid. HEX triplet: B1, 3B and DB. RGB value is (177,59,219). Sum of RGB (Red+Green+Blue) = 177+59+219=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 59 (23.44% from 255 or 12.97% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B13BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BDB is #4EC424. Grayscale: #707070. Windows color (decimal): -5162021 or 14367665. OLE color: 14367665.
HSL color Cylindrical-coordinate representation of color #B13BDB: hue angle of 284.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13BDB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 59 | 219 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.14 |
| HSL | 284.25º | 0.69% | 0.55% | - |
| HSV(B) | 284.25º | 0.73% | 0.86% | - |
| XYZ | 32.48 | 17.59 | 68.7 | - |
| YUV | 112.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 219 | 0.19 | 0.73 | 0 | 0.14 | 284.25 | 0.69 | 0.55 |
| Hex | B1 | 3B | DB | 13 | 49 | 0 | E | 11C | 45 | 37 |
| Octal | 261 | 73 | 333 | 23 | 111 | 0 | 16 | 434 | 105 | 67 |
| Binary | 10110001 | 111011 | 11011011 | 10011 | 1001001 | 0 | 1110 | 100011100 | 1000101 | 110111 |
Color Harmonies of #B13BDB
Complementary color
Monochromatic Colors of #B13BDB
Black with #B13BDB
Text Example
Text Example
White with #B13BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BDB; }
p { color: rgb(177,59,219); }
H1.HeaderClassName
{
color: #B13BDB;
}
.AnyTagClassName
{
color: #B13BDB;
}
</style>
background-color css
<style>
a { background-color: #B13BDB; }
a { background-color: rgb(177,59,219); }
div.DivClassName
{
background-color: #B13BDB;
}
.BgClassName
{
background-color: #B13BDB;
}
</style>
border-color css
<style>
span { border-color: #B13BDB; }
span { border-color: rgb(177,59,219); }
td.TdClassName
{
border-color: #B13BDB;
}
.TagClassName
{
border-color: #B13BDB;
}
</style>