Shades of Medium Orchid #B13BDD
Tints of Medium Orchid #B13BDD
RGB
CMYK
RGB Variations
Color information
#B13BDD (or 0xB13BDD) is known color: Medium Orchid. HEX triplet: B1, 3B and DD. RGB value is (177,59,221). Sum of RGB (Red+Green+Blue) = 177+59+221=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 59 (23.44% from 255 or 12.91% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #B13BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BDD is #4EC422. Grayscale: #707070. Windows color (decimal): -5162019 or 14498737. OLE color: 14498737.
HSL color Cylindrical-coordinate representation of color #B13BDD: hue angle of 283.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13BDD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 59 | 221 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.13 |
| HSL | 283.7º | 0.7% | 0.55% | - |
| HSV(B) | 283.7º | 0.73% | 0.87% | - |
| XYZ | 32.75 | 17.7 | 70.1 | - |
| YUV | 112.75 | 189.09 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 221 | 0.20 | 0.73 | 0 | 0.13 | 283.7 | 0.7 | 0.55 |
| Hex | B1 | 3B | DD | 14 | 49 | 0 | D | 11C | 46 | 37 |
| Octal | 261 | 73 | 335 | 24 | 111 | 0 | 15 | 434 | 106 | 67 |
| Binary | 10110001 | 111011 | 11011101 | 10100 | 1001001 | 0 | 1101 | 100011100 | 1000110 | 110111 |
Color Harmonies of #B13BDD
Complementary color
Monochromatic Colors of #B13BDD
Black with #B13BDD
Text Example
Text Example
White with #B13BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BDD; }
p { color: rgb(177,59,221); }
H1.HeaderClassName
{
color: #B13BDD;
}
.AnyTagClassName
{
color: #B13BDD;
}
</style>
background-color css
<style>
a { background-color: #B13BDD; }
a { background-color: rgb(177,59,221); }
div.DivClassName
{
background-color: #B13BDD;
}
.BgClassName
{
background-color: #B13BDD;
}
</style>
border-color css
<style>
span { border-color: #B13BDD; }
span { border-color: rgb(177,59,221); }
td.TdClassName
{
border-color: #B13BDD;
}
.TagClassName
{
border-color: #B13BDD;
}
</style>