Shades of Medium Orchid #B14FF2
Tints of Medium Orchid #B14FF2
RGB
CMYK
RGB Variations
Color information
#B14FF2 (or 0xB14FF2) is known color: Medium Orchid. HEX triplet: B1, 4F and F2. RGB value is (177,79,242). Sum of RGB (Red+Green+Blue) = 177+79+242=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #B14FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FF2 is #4EB00D. Grayscale: #7E7E7E. Windows color (decimal): -5156878 or 15880113. OLE color: 15880113.
HSL color Cylindrical-coordinate representation of color #B14FF2: hue angle of 276.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14FF2 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 79 | 242 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.05 |
| HSL | 276.07º | 0.86% | 0.63% | - |
| HSV(B) | 276.07º | 0.67% | 0.95% | - |
| XYZ | 36.95 | 21.35 | 86.18 | - |
| YUV | 126.88 | 192.97 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 242 | 0.27 | 0.67 | 0 | 0.05 | 276.07 | 0.86 | 0.63 |
| Hex | B1 | 4F | F2 | 1B | 43 | 0 | 5 | 114 | 56 | 3F |
| Octal | 261 | 117 | 362 | 33 | 103 | 0 | 5 | 424 | 126 | 77 |
| Binary | 10110001 | 1001111 | 11110010 | 11011 | 1000011 | 0 | 101 | 100010100 | 1010110 | 111111 |
Color Harmonies of #B14FF2
Complementary color
Monochromatic Colors of #B14FF2
Black with #B14FF2
Text Example
Text Example
White with #B14FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FF2; }
p { color: rgb(177,79,242); }
H1.HeaderClassName
{
color: #B14FF2;
}
.AnyTagClassName
{
color: #B14FF2;
}
</style>
background-color css
<style>
a { background-color: #B14FF2; }
a { background-color: rgb(177,79,242); }
div.DivClassName
{
background-color: #B14FF2;
}
.BgClassName
{
background-color: #B14FF2;
}
</style>
border-color css
<style>
span { border-color: #B14FF2; }
span { border-color: rgb(177,79,242); }
td.TdClassName
{
border-color: #B14FF2;
}
.TagClassName
{
border-color: #B14FF2;
}
</style>