Shades of Medium Orchid #B13FCE
Tints of Medium Orchid #B13FCE
RGB
CMYK
RGB Variations
Color information
#B13FCE (or 0xB13FCE) is known color: Medium Orchid. HEX triplet: B1, 3F and CE. RGB value is (177,63,206). Sum of RGB (Red+Green+Blue) = 177+63+206=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #B13FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13FCE is #4EC031. Grayscale: #707070. Windows color (decimal): -5161010 or 13516721. OLE color: 13516721.
HSL color Cylindrical-coordinate representation of color #B13FCE: hue angle of 287.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13FCE is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 63 | 206 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.19 |
| HSL | 287.83º | 0.59% | 0.53% | - |
| HSV(B) | 287.83º | 0.69% | 0.81% | - |
| XYZ | 31.05 | 17.36 | 60.11 | - |
| YUV | 113.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 206 | 0.14 | 0.69 | 0 | 0.19 | 287.83 | 0.59 | 0.53 |
| Hex | B1 | 3F | CE | E | 45 | 0 | 13 | 120 | 3B | 35 |
| Octal | 261 | 77 | 316 | 16 | 105 | 0 | 23 | 440 | 73 | 65 |
| Binary | 10110001 | 111111 | 11001110 | 1110 | 1000101 | 0 | 10011 | 100100000 | 111011 | 110101 |
Color Harmonies of #B13FCE
Complementary color
Monochromatic Colors of #B13FCE
Black with #B13FCE
Text Example
Text Example
White with #B13FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FCE; }
p { color: rgb(177,63,206); }
H1.HeaderClassName
{
color: #B13FCE;
}
.AnyTagClassName
{
color: #B13FCE;
}
</style>
background-color css
<style>
a { background-color: #B13FCE; }
a { background-color: rgb(177,63,206); }
div.DivClassName
{
background-color: #B13FCE;
}
.BgClassName
{
background-color: #B13FCE;
}
</style>
border-color css
<style>
span { border-color: #B13FCE; }
span { border-color: rgb(177,63,206); }
td.TdClassName
{
border-color: #B13FCE;
}
.TagClassName
{
border-color: #B13FCE;
}
</style>