Shades of Medium Orchid #B13DF1
Tints of Medium Orchid #B13DF1
RGB
CMYK
RGB Variations
Color information
#B13DF1 (or 0xB13DF1) is known color: Medium Orchid. HEX triplet: B1, 3D and F1. RGB value is (177,61,241). Sum of RGB (Red+Green+Blue) = 177+61+241=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #B13DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DF1 is #4EC20E. Grayscale: #737373. Windows color (decimal): -5161487 or 15809969. OLE color: 15809969.
HSL color Cylindrical-coordinate representation of color #B13DF1: hue angle of 278.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13DF1 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 61 | 241 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.05 |
| HSL | 278.67º | 0.87% | 0.59% | - |
| HSV(B) | 278.67º | 0.75% | 0.95% | - |
| XYZ | 35.68 | 19.04 | 85.01 | - |
| YUV | 116.2 | 198.43 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 241 | 0.27 | 0.75 | 0 | 0.05 | 278.67 | 0.87 | 0.59 |
| Hex | B1 | 3D | F1 | 1B | 4B | 0 | 5 | 117 | 57 | 3B |
| Octal | 261 | 75 | 361 | 33 | 113 | 0 | 5 | 427 | 127 | 73 |
| Binary | 10110001 | 111101 | 11110001 | 11011 | 1001011 | 0 | 101 | 100010111 | 1010111 | 111011 |
Color Harmonies of #B13DF1
Complementary color
Monochromatic Colors of #B13DF1
Black with #B13DF1
Text Example
Text Example
White with #B13DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DF1; }
p { color: rgb(177,61,241); }
H1.HeaderClassName
{
color: #B13DF1;
}
.AnyTagClassName
{
color: #B13DF1;
}
</style>
background-color css
<style>
a { background-color: #B13DF1; }
a { background-color: rgb(177,61,241); }
div.DivClassName
{
background-color: #B13DF1;
}
.BgClassName
{
background-color: #B13DF1;
}
</style>
border-color css
<style>
span { border-color: #B13DF1; }
span { border-color: rgb(177,61,241); }
td.TdClassName
{
border-color: #B13DF1;
}
.TagClassName
{
border-color: #B13DF1;
}
</style>