Shades of Medium Orchid #B13DF2
Tints of Medium Orchid #B13DF2
RGB
CMYK
RGB Variations
Color information
#B13DF2 (or 0xB13DF2) is known color: Medium Orchid. HEX triplet: B1, 3D and F2. RGB value is (177,61,242). Sum of RGB (Red+Green+Blue) = 177+61+242=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #B13DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13DF2 is #4EC20D. Grayscale: #737373. Windows color (decimal): -5161486 or 15875505. OLE color: 15875505.
HSL color Cylindrical-coordinate representation of color #B13DF2: hue angle of 278.45º 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 #B13DF2 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 61 | 242 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.05 |
| HSL | 278.45º | 0.87% | 0.59% | - |
| HSV(B) | 278.45º | 0.75% | 0.95% | - |
| XYZ | 35.83 | 19.1 | 85.8 | - |
| YUV | 116.32 | 198.93 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 242 | 0.27 | 0.75 | 0 | 0.05 | 278.45 | 0.87 | 0.59 |
| Hex | B1 | 3D | F2 | 1B | 4B | 0 | 5 | 116 | 57 | 3B |
| Octal | 261 | 75 | 362 | 33 | 113 | 0 | 5 | 426 | 127 | 73 |
| Binary | 10110001 | 111101 | 11110010 | 11011 | 1001011 | 0 | 101 | 100010110 | 1010111 | 111011 |
Color Harmonies of #B13DF2
Complementary color
Monochromatic Colors of #B13DF2
Black with #B13DF2
Text Example
Text Example
White with #B13DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13DF2; }
p { color: rgb(177,61,242); }
H1.HeaderClassName
{
color: #B13DF2;
}
.AnyTagClassName
{
color: #B13DF2;
}
</style>
background-color css
<style>
a { background-color: #B13DF2; }
a { background-color: rgb(177,61,242); }
div.DivClassName
{
background-color: #B13DF2;
}
.BgClassName
{
background-color: #B13DF2;
}
</style>
border-color css
<style>
span { border-color: #B13DF2; }
span { border-color: rgb(177,61,242); }
td.TdClassName
{
border-color: #B13DF2;
}
.TagClassName
{
border-color: #B13DF2;
}
</style>