Shades of Medium Orchid #B14AF1
Tints of Medium Orchid #B14AF1
RGB
CMYK
RGB Variations
Color information
#B14AF1 (or 0xB14AF1) is known color: Medium Orchid. HEX triplet: B1, 4A and F1. RGB value is (177,74,241). Sum of RGB (Red+Green+Blue) = 177+74+241=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #B14AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AF1 is #4EB50E. Grayscale: #7B7B7B. Windows color (decimal): -5158159 or 15813297. OLE color: 15813297.
HSL color Cylindrical-coordinate representation of color #B14AF1: hue angle of 277.01º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14AF1 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 74 | 241 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.05 |
| HSL | 277.01º | 0.86% | 0.62% | - |
| HSV(B) | 277.01º | 0.69% | 0.95% | - |
| XYZ | 36.46 | 20.6 | 85.27 | - |
| YUV | 123.84 | 194.12 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 241 | 0.27 | 0.69 | 0 | 0.05 | 277.01 | 0.86 | 0.62 |
| Hex | B1 | 4A | F1 | 1B | 45 | 0 | 5 | 115 | 56 | 3E |
| Octal | 261 | 112 | 361 | 33 | 105 | 0 | 5 | 425 | 126 | 76 |
| Binary | 10110001 | 1001010 | 11110001 | 11011 | 1000101 | 0 | 101 | 100010101 | 1010110 | 111110 |
Color Harmonies of #B14AF1
Complementary color
Monochromatic Colors of #B14AF1
Black with #B14AF1
Text Example
Text Example
White with #B14AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14AF1; }
p { color: rgb(177,74,241); }
H1.HeaderClassName
{
color: #B14AF1;
}
.AnyTagClassName
{
color: #B14AF1;
}
</style>
background-color css
<style>
a { background-color: #B14AF1; }
a { background-color: rgb(177,74,241); }
div.DivClassName
{
background-color: #B14AF1;
}
.BgClassName
{
background-color: #B14AF1;
}
</style>
border-color css
<style>
span { border-color: #B14AF1; }
span { border-color: rgb(177,74,241); }
td.TdClassName
{
border-color: #B14AF1;
}
.TagClassName
{
border-color: #B14AF1;
}
</style>