Shades of Medium Orchid #B13FED
Tints of Medium Orchid #B13FED
RGB
CMYK
RGB Variations
Color information
#B13FED (or 0xB13FED) is known color: Medium Orchid. HEX triplet: B1, 3F and ED. RGB value is (177,63,237). Sum of RGB (Red+Green+Blue) = 177+63+237=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #B13FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FED is #4EC012. Grayscale: #747474. Windows color (decimal): -5160979 or 15548337. OLE color: 15548337.
HSL color Cylindrical-coordinate representation of color #B13FED: hue angle of 279.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13FED is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 63 | 237 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.07 |
| HSL | 279.31º | 0.83% | 0.59% | - |
| HSV(B) | 279.31º | 0.73% | 0.93% | - |
| XYZ | 35.2 | 19.02 | 81.94 | - |
| YUV | 116.92 | 195.77 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 237 | 0.25 | 0.73 | 0 | 0.07 | 279.31 | 0.83 | 0.59 |
| Hex | B1 | 3F | ED | 19 | 49 | 0 | 7 | 117 | 53 | 3B |
| Octal | 261 | 77 | 355 | 31 | 111 | 0 | 7 | 427 | 123 | 73 |
| Binary | 10110001 | 111111 | 11101101 | 11001 | 1001001 | 0 | 111 | 100010111 | 1010011 | 111011 |
Color Harmonies of #B13FED
Complementary color
Monochromatic Colors of #B13FED
Black with #B13FED
Text Example
Text Example
White with #B13FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FED; }
p { color: rgb(177,63,237); }
H1.HeaderClassName
{
color: #B13FED;
}
.AnyTagClassName
{
color: #B13FED;
}
</style>
background-color css
<style>
a { background-color: #B13FED; }
a { background-color: rgb(177,63,237); }
div.DivClassName
{
background-color: #B13FED;
}
.BgClassName
{
background-color: #B13FED;
}
</style>
border-color css
<style>
span { border-color: #B13FED; }
span { border-color: rgb(177,63,237); }
td.TdClassName
{
border-color: #B13FED;
}
.TagClassName
{
border-color: #B13FED;
}
</style>