Shades of Medium Orchid #B13FDE
Tints of Medium Orchid #B13FDE
RGB
CMYK
RGB Variations
Color information
#B13FDE (or 0xB13FDE) is known color: Medium Orchid. HEX triplet: B1, 3F and DE. RGB value is (177,63,222). Sum of RGB (Red+Green+Blue) = 177+63+222=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #B13FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FDE is #4EC021. Grayscale: #727272. Windows color (decimal): -5160994 or 14565297. OLE color: 14565297.
HSL color Cylindrical-coordinate representation of color #B13FDE: hue angle of 283.02º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B13FDE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 63 | 222 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.13 |
| HSL | 283.02º | 0.71% | 0.56% | - |
| HSV(B) | 283.02º | 0.72% | 0.87% | - |
| XYZ | 33.09 | 18.18 | 70.87 | - |
| YUV | 115.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 222 | 0.20 | 0.72 | 0 | 0.13 | 283.02 | 0.71 | 0.56 |
| Hex | B1 | 3F | DE | 14 | 48 | 0 | D | 11B | 47 | 38 |
| Octal | 261 | 77 | 336 | 24 | 110 | 0 | 15 | 433 | 107 | 70 |
| Binary | 10110001 | 111111 | 11011110 | 10100 | 1001000 | 0 | 1101 | 100011011 | 1000111 | 111000 |
Color Harmonies of #B13FDE
Complementary color
Monochromatic Colors of #B13FDE
Black with #B13FDE
Text Example
Text Example
White with #B13FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FDE; }
p { color: rgb(177,63,222); }
H1.HeaderClassName
{
color: #B13FDE;
}
.AnyTagClassName
{
color: #B13FDE;
}
</style>
background-color css
<style>
a { background-color: #B13FDE; }
a { background-color: rgb(177,63,222); }
div.DivClassName
{
background-color: #B13FDE;
}
.BgClassName
{
background-color: #B13FDE;
}
</style>
border-color css
<style>
span { border-color: #B13FDE; }
span { border-color: rgb(177,63,222); }
td.TdClassName
{
border-color: #B13FDE;
}
.TagClassName
{
border-color: #B13FDE;
}
</style>