Shades of Medium Orchid #B047C6
Tints of Medium Orchid #B047C6
RGB
CMYK
RGB Variations
Color information
#B047C6 (or 0xB047C6) is known color: Medium Orchid. HEX triplet: B0, 47 and C6. RGB value is (176,71,198). Sum of RGB (Red+Green+Blue) = 176+71+198=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #B047C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047C6 is #4FB839. Grayscale: #747474. Windows color (decimal): -5224506 or 12994480. OLE color: 12994480.
HSL color Cylindrical-coordinate representation of color #B047C6: hue angle of 289.61º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B047C6 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 71 | 198 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.22 |
| HSL | 289.61º | 0.53% | 0.53% | - |
| HSV(B) | 289.61º | 0.64% | 0.78% | - |
| XYZ | 30.35 | 17.81 | 55.26 | - |
| YUV | 116.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 198 | 0.11 | 0.64 | 0 | 0.22 | 289.61 | 0.53 | 0.53 |
| Hex | B0 | 47 | C6 | B | 40 | 0 | 16 | 122 | 35 | 35 |
| Octal | 260 | 107 | 306 | 13 | 100 | 0 | 26 | 442 | 65 | 65 |
| Binary | 10110000 | 1000111 | 11000110 | 1011 | 1000000 | 0 | 10110 | 100100010 | 110101 | 110101 |
Color Harmonies of #B047C6
Complementary color
Monochromatic Colors of #B047C6
Black with #B047C6
Text Example
Text Example
White with #B047C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047C6; }
p { color: rgb(176,71,198); }
H1.HeaderClassName
{
color: #B047C6;
}
.AnyTagClassName
{
color: #B047C6;
}
</style>
background-color css
<style>
a { background-color: #B047C6; }
a { background-color: rgb(176,71,198); }
div.DivClassName
{
background-color: #B047C6;
}
.BgClassName
{
background-color: #B047C6;
}
</style>
border-color css
<style>
span { border-color: #B047C6; }
span { border-color: rgb(176,71,198); }
td.TdClassName
{
border-color: #B047C6;
}
.TagClassName
{
border-color: #B047C6;
}
</style>