Shades of Medium Orchid #B14FCB
Tints of Medium Orchid #B14FCB
RGB
CMYK
RGB Variations
Color information
#B14FCB (or 0xB14FCB) is known color: Medium Orchid. HEX triplet: B1, 4F and CB. RGB value is (177,79,203). Sum of RGB (Red+Green+Blue) = 177+79+203=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 79 (31.25% from 255 or 17.21% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #B14FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FCB is #4EB034. Grayscale: #7A7A7A. Windows color (decimal): -5156917 or 13324209. OLE color: 13324209.
HSL color Cylindrical-coordinate representation of color #B14FCB: hue angle of 287.42º degrees, saturation: 0.54, 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 #B14FCB is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 79 | 203 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.20 |
| HSL | 287.42º | 0.54% | 0.55% | - |
| HSV(B) | 287.42º | 0.61% | 0.8% | - |
| XYZ | 31.71 | 19.25 | 58.54 | - |
| YUV | 122.44 | 173.47 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 203 | 0.13 | 0.61 | 0 | 0.20 | 287.42 | 0.54 | 0.55 |
| Hex | B1 | 4F | CB | D | 3D | 0 | 14 | 11F | 36 | 37 |
| Octal | 261 | 117 | 313 | 15 | 75 | 0 | 24 | 437 | 66 | 67 |
| Binary | 10110001 | 1001111 | 11001011 | 1101 | 111101 | 0 | 10100 | 100011111 | 110110 | 110111 |
Color Harmonies of #B14FCB
Complementary color
Monochromatic Colors of #B14FCB
Black with #B14FCB
Text Example
Text Example
White with #B14FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FCB; }
p { color: rgb(177,79,203); }
H1.HeaderClassName
{
color: #B14FCB;
}
.AnyTagClassName
{
color: #B14FCB;
}
</style>
background-color css
<style>
a { background-color: #B14FCB; }
a { background-color: rgb(177,79,203); }
div.DivClassName
{
background-color: #B14FCB;
}
.BgClassName
{
background-color: #B14FCB;
}
</style>
border-color css
<style>
span { border-color: #B14FCB; }
span { border-color: rgb(177,79,203); }
td.TdClassName
{
border-color: #B14FCB;
}
.TagClassName
{
border-color: #B14FCB;
}
</style>