Shades of Medium Orchid #B14CCB
Tints of Medium Orchid #B14CCB
RGB
CMYK
RGB Variations
Color information
#B14CCB (or 0xB14CCB) is known color: Medium Orchid. HEX triplet: B1, 4C and CB. RGB value is (177,76,203). Sum of RGB (Red+Green+Blue) = 177+76+203=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #B14CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14CCB is #4EB334. Grayscale: #787878. Windows color (decimal): -5157685 or 13323441. OLE color: 13323441.
HSL color Cylindrical-coordinate representation of color #B14CCB: hue angle of 287.72º degrees, saturation: 0.55, 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 #B14CCB is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 76 | 203 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.20 |
| HSL | 287.72º | 0.55% | 0.55% | - |
| HSV(B) | 287.72º | 0.63% | 0.8% | - |
| XYZ | 31.5 | 18.83 | 58.47 | - |
| YUV | 120.68 | 174.46 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 203 | 0.13 | 0.63 | 0 | 0.20 | 287.72 | 0.55 | 0.55 |
| Hex | B1 | 4C | CB | D | 3F | 0 | 14 | 120 | 37 | 37 |
| Octal | 261 | 114 | 313 | 15 | 77 | 0 | 24 | 440 | 67 | 67 |
| Binary | 10110001 | 1001100 | 11001011 | 1101 | 111111 | 0 | 10100 | 100100000 | 110111 | 110111 |
Color Harmonies of #B14CCB
Complementary color
Monochromatic Colors of #B14CCB
Black with #B14CCB
Text Example
Text Example
White with #B14CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CCB; }
p { color: rgb(177,76,203); }
H1.HeaderClassName
{
color: #B14CCB;
}
.AnyTagClassName
{
color: #B14CCB;
}
</style>
background-color css
<style>
a { background-color: #B14CCB; }
a { background-color: rgb(177,76,203); }
div.DivClassName
{
background-color: #B14CCB;
}
.BgClassName
{
background-color: #B14CCB;
}
</style>
border-color css
<style>
span { border-color: #B14CCB; }
span { border-color: rgb(177,76,203); }
td.TdClassName
{
border-color: #B14CCB;
}
.TagClassName
{
border-color: #B14CCB;
}
</style>