Shades of Medium Orchid #B14FDC
Tints of Medium Orchid #B14FDC
RGB
CMYK
RGB Variations
Color information
#B14FDC (or 0xB14FDC) is known color: Medium Orchid. HEX triplet: B1, 4F and DC. RGB value is (177,79,220). Sum of RGB (Red+Green+Blue) = 177+79+220=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #B14FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FDC is #4EB023. Grayscale: #7B7B7B. Windows color (decimal): -5156900 or 14438321. OLE color: 14438321.
HSL color Cylindrical-coordinate representation of color #B14FDC: hue angle of 281.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14FDC is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 79 | 220 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.14 |
| HSL | 281.7º | 0.67% | 0.59% | - |
| HSV(B) | 281.7º | 0.64% | 0.86% | - |
| XYZ | 33.85 | 20.11 | 69.81 | - |
| YUV | 124.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 220 | 0.20 | 0.64 | 0 | 0.14 | 281.7 | 0.67 | 0.59 |
| Hex | B1 | 4F | DC | 14 | 40 | 0 | E | 11A | 43 | 3B |
| Octal | 261 | 117 | 334 | 24 | 100 | 0 | 16 | 432 | 103 | 73 |
| Binary | 10110001 | 1001111 | 11011100 | 10100 | 1000000 | 0 | 1110 | 100011010 | 1000011 | 111011 |
Color Harmonies of #B14FDC
Complementary color
Monochromatic Colors of #B14FDC
Black with #B14FDC
Text Example
Text Example
White with #B14FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FDC; }
p { color: rgb(177,79,220); }
H1.HeaderClassName
{
color: #B14FDC;
}
.AnyTagClassName
{
color: #B14FDC;
}
</style>
background-color css
<style>
a { background-color: #B14FDC; }
a { background-color: rgb(177,79,220); }
div.DivClassName
{
background-color: #B14FDC;
}
.BgClassName
{
background-color: #B14FDC;
}
</style>
border-color css
<style>
span { border-color: #B14FDC; }
span { border-color: rgb(177,79,220); }
td.TdClassName
{
border-color: #B14FDC;
}
.TagClassName
{
border-color: #B14FDC;
}
</style>