Shades of Medium Orchid #B13AF1
Tints of Medium Orchid #B13AF1
RGB
CMYK
RGB Variations
Color information
#B13AF1 (or 0xB13AF1) is known color: Medium Orchid. HEX triplet: B1, 3A and F1. RGB value is (177,58,241). Sum of RGB (Red+Green+Blue) = 177+58+241=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #B13AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13AF1 is #4EC50E. Grayscale: #717171. Windows color (decimal): -5162255 or 15809201. OLE color: 15809201.
HSL color Cylindrical-coordinate representation of color #B13AF1: hue angle of 279.02º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13AF1 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 58 | 241 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.05 |
| HSL | 279.02º | 0.87% | 0.59% | - |
| HSV(B) | 279.02º | 0.76% | 0.95% | - |
| XYZ | 35.52 | 18.72 | 84.96 | - |
| YUV | 114.44 | 199.42 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 241 | 0.27 | 0.76 | 0 | 0.05 | 279.02 | 0.87 | 0.59 |
| Hex | B1 | 3A | F1 | 1B | 4C | 0 | 5 | 117 | 57 | 3B |
| Octal | 261 | 72 | 361 | 33 | 114 | 0 | 5 | 427 | 127 | 73 |
| Binary | 10110001 | 111010 | 11110001 | 11011 | 1001100 | 0 | 101 | 100010111 | 1010111 | 111011 |
Color Harmonies of #B13AF1
Complementary color
Monochromatic Colors of #B13AF1
Black with #B13AF1
Text Example
Text Example
White with #B13AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AF1; }
p { color: rgb(177,58,241); }
H1.HeaderClassName
{
color: #B13AF1;
}
.AnyTagClassName
{
color: #B13AF1;
}
</style>
background-color css
<style>
a { background-color: #B13AF1; }
a { background-color: rgb(177,58,241); }
div.DivClassName
{
background-color: #B13AF1;
}
.BgClassName
{
background-color: #B13AF1;
}
</style>
border-color css
<style>
span { border-color: #B13AF1; }
span { border-color: rgb(177,58,241); }
td.TdClassName
{
border-color: #B13AF1;
}
.TagClassName
{
border-color: #B13AF1;
}
</style>