Shades of Medium Orchid #B13FDF
Tints of Medium Orchid #B13FDF
RGB
CMYK
RGB Variations
Color information
#B13FDF (or 0xB13FDF) is known color: Medium Orchid. HEX triplet: B1, 3F and DF. RGB value is (177,63,223). Sum of RGB (Red+Green+Blue) = 177+63+223=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #B13FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FDF is #4EC020. Grayscale: #727272. Windows color (decimal): -5160993 or 14630833. OLE color: 14630833.
HSL color Cylindrical-coordinate representation of color #B13FDF: hue angle of 282.75º 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 #B13FDF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 63 | 223 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.13 |
| HSL | 282.75º | 0.71% | 0.56% | - |
| HSV(B) | 282.75º | 0.72% | 0.87% | - |
| XYZ | 33.23 | 18.23 | 71.58 | - |
| YUV | 115.33 | 188.77 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 223 | 0.21 | 0.72 | 0 | 0.13 | 282.75 | 0.71 | 0.56 |
| Hex | B1 | 3F | DF | 15 | 48 | 0 | D | 11B | 47 | 38 |
| Octal | 261 | 77 | 337 | 25 | 110 | 0 | 15 | 433 | 107 | 70 |
| Binary | 10110001 | 111111 | 11011111 | 10101 | 1001000 | 0 | 1101 | 100011011 | 1000111 | 111000 |
Color Harmonies of #B13FDF
Complementary color
Monochromatic Colors of #B13FDF
Black with #B13FDF
Text Example
Text Example
White with #B13FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FDF; }
p { color: rgb(177,63,223); }
H1.HeaderClassName
{
color: #B13FDF;
}
.AnyTagClassName
{
color: #B13FDF;
}
</style>
background-color css
<style>
a { background-color: #B13FDF; }
a { background-color: rgb(177,63,223); }
div.DivClassName
{
background-color: #B13FDF;
}
.BgClassName
{
background-color: #B13FDF;
}
</style>
border-color css
<style>
span { border-color: #B13FDF; }
span { border-color: rgb(177,63,223); }
td.TdClassName
{
border-color: #B13FDF;
}
.TagClassName
{
border-color: #B13FDF;
}
</style>