Shades of Medium Orchid #B14FCC
Tints of Medium Orchid #B14FCC
RGB
CMYK
RGB Variations
Color information
#B14FCC (or 0xB14FCC) is known color: Medium Orchid. HEX triplet: B1, 4F and CC. RGB value is (177,79,204). Sum of RGB (Red+Green+Blue) = 177+79+204=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B14FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FCC is #4EB033. Grayscale: #7A7A7A. Windows color (decimal): -5156916 or 13389745. OLE color: 13389745.
HSL color Cylindrical-coordinate representation of color #B14FCC: hue angle of 287.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14FCC is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 79 | 204 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.2 |
| HSL | 287.04º | 0.55% | 0.55% | - |
| HSV(B) | 287.04º | 0.61% | 0.8% | - |
| XYZ | 31.83 | 19.3 | 59.17 | - |
| YUV | 122.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 204 | 0.13 | 0.61 | 0 | 0.2 | 287.04 | 0.55 | 0.55 |
| Hex | B1 | 4F | CC | D | 3D | 0 | 14 | 11F | 37 | 37 |
| Octal | 261 | 117 | 314 | 15 | 75 | 0 | 24 | 437 | 67 | 67 |
| Binary | 10110001 | 1001111 | 11001100 | 1101 | 111101 | 0 | 10100 | 100011111 | 110111 | 110111 |
Color Harmonies of #B14FCC
Complementary color
Monochromatic Colors of #B14FCC
Black with #B14FCC
Text Example
Text Example
White with #B14FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FCC; }
p { color: rgb(177,79,204); }
H1.HeaderClassName
{
color: #B14FCC;
}
.AnyTagClassName
{
color: #B14FCC;
}
</style>
background-color css
<style>
a { background-color: #B14FCC; }
a { background-color: rgb(177,79,204); }
div.DivClassName
{
background-color: #B14FCC;
}
.BgClassName
{
background-color: #B14FCC;
}
</style>
border-color css
<style>
span { border-color: #B14FCC; }
span { border-color: rgb(177,79,204); }
td.TdClassName
{
border-color: #B14FCC;
}
.TagClassName
{
border-color: #B14FCC;
}
</style>