Shades of Medium Orchid #B13FEF
Tints of Medium Orchid #B13FEF
RGB
CMYK
RGB Variations
Color information
#B13FEF (or 0xB13FEF) is known color: Medium Orchid. HEX triplet: B1, 3F and EF. RGB value is (177,63,239). Sum of RGB (Red+Green+Blue) = 177+63+239=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #B13FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FEF is #4EC010. Grayscale: #747474. Windows color (decimal): -5160977 or 15679409. OLE color: 15679409.
HSL color Cylindrical-coordinate representation of color #B13FEF: hue angle of 278.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B13FEF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 63 | 239 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.06 |
| HSL | 278.86º | 0.85% | 0.59% | - |
| HSV(B) | 278.86º | 0.74% | 0.94% | - |
| XYZ | 35.49 | 19.13 | 83.48 | - |
| YUV | 117.15 | 196.77 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 239 | 0.26 | 0.74 | 0 | 0.06 | 278.86 | 0.85 | 0.59 |
| Hex | B1 | 3F | EF | 1A | 4A | 0 | 6 | 117 | 55 | 3B |
| Octal | 261 | 77 | 357 | 32 | 112 | 0 | 6 | 427 | 125 | 73 |
| Binary | 10110001 | 111111 | 11101111 | 11010 | 1001010 | 0 | 110 | 100010111 | 1010101 | 111011 |
Color Harmonies of #B13FEF
Complementary color
Monochromatic Colors of #B13FEF
Black with #B13FEF
Text Example
Text Example
White with #B13FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FEF; }
p { color: rgb(177,63,239); }
H1.HeaderClassName
{
color: #B13FEF;
}
.AnyTagClassName
{
color: #B13FEF;
}
</style>
background-color css
<style>
a { background-color: #B13FEF; }
a { background-color: rgb(177,63,239); }
div.DivClassName
{
background-color: #B13FEF;
}
.BgClassName
{
background-color: #B13FEF;
}
</style>
border-color css
<style>
span { border-color: #B13FEF; }
span { border-color: rgb(177,63,239); }
td.TdClassName
{
border-color: #B13FEF;
}
.TagClassName
{
border-color: #B13FEF;
}
</style>