Shades of Medium Orchid #B14BCD
Tints of Medium Orchid #B14BCD
RGB
CMYK
RGB Variations
Color information
#B14BCD (or 0xB14BCD) is known color: Medium Orchid. HEX triplet: B1, 4B and CD. RGB value is (177,75,205). Sum of RGB (Red+Green+Blue) = 177+75+205=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #B14BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BCD is #4EB432. Grayscale: #777777. Windows color (decimal): -5157939 or 13454257. OLE color: 13454257.
HSL color Cylindrical-coordinate representation of color #B14BCD: hue angle of 287.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14BCD is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 75 | 205 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.20 |
| HSL | 287.08º | 0.57% | 0.55% | - |
| HSV(B) | 287.08º | 0.63% | 0.8% | - |
| XYZ | 31.67 | 18.79 | 59.71 | - |
| YUV | 120.32 | 175.79 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 205 | 0.14 | 0.63 | 0 | 0.20 | 287.08 | 0.57 | 0.55 |
| Hex | B1 | 4B | CD | E | 3F | 0 | 14 | 11F | 39 | 37 |
| Octal | 261 | 113 | 315 | 16 | 77 | 0 | 24 | 437 | 71 | 67 |
| Binary | 10110001 | 1001011 | 11001101 | 1110 | 111111 | 0 | 10100 | 100011111 | 111001 | 110111 |
Color Harmonies of #B14BCD
Complementary color
Monochromatic Colors of #B14BCD
Black with #B14BCD
Text Example
Text Example
White with #B14BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BCD; }
p { color: rgb(177,75,205); }
H1.HeaderClassName
{
color: #B14BCD;
}
.AnyTagClassName
{
color: #B14BCD;
}
</style>
background-color css
<style>
a { background-color: #B14BCD; }
a { background-color: rgb(177,75,205); }
div.DivClassName
{
background-color: #B14BCD;
}
.BgClassName
{
background-color: #B14BCD;
}
</style>
border-color css
<style>
span { border-color: #B14BCD; }
span { border-color: rgb(177,75,205); }
td.TdClassName
{
border-color: #B14BCD;
}
.TagClassName
{
border-color: #B14BCD;
}
</style>