Shades of Medium Orchid #B043C7
Tints of Medium Orchid #B043C7
RGB
CMYK
RGB Variations
Color information
#B043C7 (or 0xB043C7) is known color: Medium Orchid. HEX triplet: B0, 43 and C7. RGB value is (176,67,199). Sum of RGB (Red+Green+Blue) = 176+67+199=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #B043C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B043C7 is #4FBC38. Grayscale: #727272. Windows color (decimal): -5225529 or 13058992. OLE color: 13058992.
HSL color Cylindrical-coordinate representation of color #B043C7: hue angle of 289.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B043C7 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 67 | 199 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.22 |
| HSL | 289.55º | 0.54% | 0.52% | - |
| HSV(B) | 289.55º | 0.66% | 0.78% | - |
| XYZ | 30.22 | 17.37 | 55.79 | - |
| YUV | 114.64 | 175.61 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 199 | 0.12 | 0.66 | 0 | 0.22 | 289.55 | 0.54 | 0.52 |
| Hex | B0 | 43 | C7 | C | 42 | 0 | 16 | 122 | 36 | 34 |
| Octal | 260 | 103 | 307 | 14 | 102 | 0 | 26 | 442 | 66 | 64 |
| Binary | 10110000 | 1000011 | 11000111 | 1100 | 1000010 | 0 | 10110 | 100100010 | 110110 | 110100 |
Color Harmonies of #B043C7
Complementary color
Monochromatic Colors of #B043C7
Black with #B043C7
Text Example
Text Example
White with #B043C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B043C7; }
p { color: rgb(176,67,199); }
H1.HeaderClassName
{
color: #B043C7;
}
.AnyTagClassName
{
color: #B043C7;
}
</style>
background-color css
<style>
a { background-color: #B043C7; }
a { background-color: rgb(176,67,199); }
div.DivClassName
{
background-color: #B043C7;
}
.BgClassName
{
background-color: #B043C7;
}
</style>
border-color css
<style>
span { border-color: #B043C7; }
span { border-color: rgb(176,67,199); }
td.TdClassName
{
border-color: #B043C7;
}
.TagClassName
{
border-color: #B043C7;
}
</style>