Shades of Medium Orchid #B13BD4
Tints of Medium Orchid #B13BD4
RGB
CMYK
RGB Variations
Color information
#B13BD4 (or 0xB13BD4) is known color: Medium Orchid. HEX triplet: B1, 3B and D4. RGB value is (177,59,212). Sum of RGB (Red+Green+Blue) = 177+59+212=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 212 (83.20% from 255 or 47.32% from 448); Max value from RGB is 212 - color contains mainly: blue. Hex color #B13BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BD4 is #4EC42B. Grayscale: #6F6F6F. Windows color (decimal): -5162028 or 13908913. OLE color: 13908913.
HSL color Cylindrical-coordinate representation of color #B13BD4: hue angle of 286.27º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13BD4 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 59 | 212 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.17 |
| HSL | 286.27º | 0.64% | 0.53% | - |
| HSV(B) | 286.27º | 0.72% | 0.83% | - |
| XYZ | 31.58 | 17.23 | 63.95 | - |
| YUV | 111.72 | 184.59 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 212 | 0.17 | 0.72 | 0 | 0.17 | 286.27 | 0.64 | 0.53 |
| Hex | B1 | 3B | D4 | 11 | 48 | 0 | 11 | 11E | 40 | 35 |
| Octal | 261 | 73 | 324 | 21 | 110 | 0 | 21 | 436 | 100 | 65 |
| Binary | 10110001 | 111011 | 11010100 | 10001 | 1001000 | 0 | 10001 | 100011110 | 1000000 | 110101 |
Color Harmonies of #B13BD4
Complementary color
Monochromatic Colors of #B13BD4
Black with #B13BD4
Text Example
Text Example
White with #B13BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BD4; }
p { color: rgb(177,59,212); }
H1.HeaderClassName
{
color: #B13BD4;
}
.AnyTagClassName
{
color: #B13BD4;
}
</style>
background-color css
<style>
a { background-color: #B13BD4; }
a { background-color: rgb(177,59,212); }
div.DivClassName
{
background-color: #B13BD4;
}
.BgClassName
{
background-color: #B13BD4;
}
</style>
border-color css
<style>
span { border-color: #B13BD4; }
span { border-color: rgb(177,59,212); }
td.TdClassName
{
border-color: #B13BD4;
}
.TagClassName
{
border-color: #B13BD4;
}
</style>